MySQL Forums
Forum List  »  Security

Re: root user rights
Posted by: Jonathon Coombes
Date: October 07, 2012 03:57PM

There is the --skip-grant-tables option which will allow you to start the mysqld process and ignore all permissions. This will then let you update the user privileges back to something meaningful and then restart again without the option. I would recommend that you use the --skip-networking option while doing this to avoid unwanted access.

Options: ReplyQuote


Subject
Views
Written By
Posted
2259
September 17, 2012 05:36PM
Re: root user rights
1370
October 07, 2012 03:57PM


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.