MySQL does not start when upgrading OSX to Yosemite or El Capitan

后端 未结 18 2134
南方客
南方客 2020-12-04 09:59

I know similar questions exist, such as MySQL with MAMP does not work with OSX Yosemite 10.10. However, I do have MAMP, nor XAMPP installed on my computer.

When I tr

18条回答
  •  执笔经年
    2020-12-04 10:09

    You will sometimes miss previous data if you try to install new version.. Please use the following in your terminal and I guarantee that mySql will start running in no time..

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

    Remember, it will ask for your Machine password and not mysql password..

提交回复
热议问题