MySQL Forums
Forum List  »  Newbie

Re: unable to create database even as root user
Posted by: siva balan
Date: March 03, 2012 04:32AM

hello james,

i have posted the entire things..please have a look.


[root@localhost]# mysqld_safe --skip-grant-tables &

[1] 14144
[root@localhost]# 120303 16:01:47 mysqld_safe Logging to '/var/log/mysqld.log'.
120303 16:01:47 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
[1] 14144

[root@localhost]#mysql -u root

mysql>GRANT ALL ON *.* TO root@localhost IDENTIFIED BY 'abcd' WITH GRANT OPTION;

ERROR 1290 (HY000): The MySQL server is running with the --skip-grant-tables option so it cannot execute this statement

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.