Thread: Granting access
View Single Post
  #7  
Old 01-11-2004, 12:31 AM
Squiffy
Sarnak
 
Join Date: Oct 2002
Posts: 78
Default

Code:
mysql -u root mysql
and I THINK you need to drop the quotes around the username bit... and don't forget grant option

Code:
GRANT ALL PRIVILEGES ON *.* to username@localhost IDENTIFIED BY 'password' WITH GRANT OPTION;
Reply With Quote