XAMPP MySQL数据库无法在Mac OS X Yosemite Beta 2中启动

时间:2014-08-23 07:56:32

标签: mysql macos xampp

今天,我更新Yosimite Beta 2,我无法启动MYSQL数据库(Apache + ProFTPD可以)。

这是报告:

Process:               ??? [9308]
Path:                  /Applications/XAMPP/*/mysqld
Identifier:            ???
Version:               ???
Code Type:             X86-64 (Native)
Parent Process:        ??? [Unknown]
User ID:               0

Date/Time:             2014-08-23 14:48:38.900 +0700
OS Version:            Mac OS X 10.10 (14A329r)
Report Version:        11
Anonymous UUID:        DB229915-180C-ADA1-2E8C-4BF39B0A0016


Time Awake Since Boot: 2300 seconds

Crashed Thread:        0

Exception Type:        EXC_BREAKPOINT (SIGTRAP)
Exception Codes:       0x0000000000000002, 0x0000000000000000

Error Formulating Crash Report:
Failed to read dyld_all_image_infos: Coudln't get the data

Thread 0 Crashed:
0   dyld                            0x7fff644b7075 dyld_fatal_error + 1
1   dyld                            0x7fff644bbd77 dyld::_main(macho_header const*, unsigned long, int, char const**, char const**, char const**, unsigned long*) + 3122
2   dyld                            0x7fff644b7276 dyldbootstrap::start(macho_header const*, int, char const**, long, macho_header const*, unsigned long*) + 512
3   dyld                            0x7fff644b7036 _dyld_start + 54

请帮助我,非常感谢。

2 个答案:

答案 0 :(得分:2)

您可以编辑文件:/ Applications / XAMPP / xamppfiles / xampp

之前

$XAMPP_ROOT/bin/mysql.server start > /dev/null &

粘贴它:

unset DYLD_LIBRARY_PATH

答案 1 :(得分:0)

如果要快速启动它,请打开终端并运行以下命令:

  

sudo /Applications/XAMPP/xamppfiles/bin/mysql.server start

这将立即启动MySQL。