Thread
:
Allaclone Mysql Error: Access denied for user 'root'@'localhost' (using password:YES)
View Single Post
#
15
06-19-2012, 11:54 AM
lerxst2112
Demi-God
Join Date: Aug 2010
Posts: 1,742
http://dev.mysql.com/doc/refman/5.1/en/grant.html
You spelled PRIVILEGES wrong. Easier to just say "GRANT ALL ON *.* TO 'someuser'@'somehost';" Of course, root should already have them.
lerxst2112
View Public Profile
Send a private message to lerxst2112
Find all posts by lerxst2112