MySQL Forums
Forum List  »  Newbie

Re: MySQL server won't start (Apple OS)
Posted by: Peter Brawley
Date: October 30, 2018 09:05AM

It says to run mysql_upgrade. It needs the server running, so you have to run it manually ...

sudo /usr/local/mysql/bin/mysqld_safe --skip-grant-tables

and once its running, in another terminal window run ...

sudo /usr/local/mysql/bin/mysql_upgrade

If it succeeds, stop the current instance of Mysql with ...

mysqladmin shutdown

Then try restarting the service.

Options: ReplyQuote


Subject
Written By
Posted
Re: MySQL server won't start (Apple OS)
October 30, 2018 09:05AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.