MySQL Forums
Forum List  »  Newbie

Re: cannot start mysqld with --skip-grant-table option
Posted by: Peter Brawley
Date: September 21, 2016 04:00PM

Docs say your sequence ...

1. Stop mysql:
systemctl stop mysqld

2. Set the mySQL environment option
systemctl set-environment MYSQLD_OPTS="--skip-grant-tables"

3. Start mysql using the options you just set
systemctl start mysqld

... should start the 5.7 server. If instead it sends you back to the docs, consider posting the problem to bugs.mysql.com/report.php.

Options: ReplyQuote




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.