【问题标题】:XAMPP MySQL Database doesn't start in Mac OSX Yosimite Beta 2XAMPP MySQL 数据库无法在 Mac OS X Yosemite Beta 2 中启动
【发布时间】:2014-10-17 01:26:29
【问题描述】:

今天更新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

请帮帮我,非常感谢。

【问题讨论】:

    标签: mysql macos xampp


    【解决方案1】:

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

    之前

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

    粘贴:

    unset DYLD_LIBRARY_PATH

    【讨论】:

      【解决方案2】:

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

      sudo /Applications/XAMPP/xamppfiles/bin/mysql.server 启动

      这将立即启动 MySQL。

      【讨论】:

        猜你喜欢
        • 2014-12-24
        • 2014-07-24
        • 2019-12-07
        • 2015-03-06
        • 2015-09-22
        • 2015-05-07
        • 2014-12-15
        • 2017-12-14
        • 1970-01-01
        相关资源
        最近更新 更多