MySql Error(UBUNTU):The MySQL server is running with the --skip-grant-tables option so it cannot exe

Posted by meyosef on Super User See other posts from Super User or by meyosef
Published on 2010-05-18T15:26:22Z Indexed on 2010/05/18 15:41 UTC
Read the original article Hit count: 184

Filed under:
|
|

Hi when i enter:GRANT ALL PRIVILEGES ON . TO 'yourusername'@'localhost' IDENTIFIED BY 'yourpassword' WITH GRANT OPTION; I get:The MySQL server is running with the --skip-grant-tables option so it cannot execute this statement. What should i do to off skip-grant-tables option? Thanks.

© Super User or respective owner

Related posts about lamp

Related posts about mysql