Thread: Mysql Bug !!!
View Single Post
  #6  
Old 07-08-2003, 06:16 AM
geerux
Fire Beetle
 
Join Date: Jun 2003
Posts: 6
Default Re: Mysql Bug !!!

Quote:
Originally Posted by Kran
Quote:
mysql> GRANT ALL PRIVILEGES ON *.* TO 'kran'@localhost IDENTIFIED BY '***' WITH
GRANT OPTION;
ERROR 1045: Access denied for user: '@localhost' (Using password: NO)
Anyone can help me plz !!! :( :( :(
It's not a bug, your single quotes are misplaced.

It's not 'kran'@localhost, it's 'kran@localhost' - mind the single quotes.
Reply With Quote