View Single Post
  #6  
Old 10-31-2004, 10:37 AM
mattmeck
Guest
 
Posts: n/a
Default

Quote:
Code:
CD C:\mysql\bin


then type

Code:
mysql -u root mysql


And proceed to type the grant all privileges command again.
NOT

Quote:
mysql -u root GRANT ALL PRIVILEGES ON *.* TO (username)
Also

Quote:
GRANT ALL PRIVILEGES ON *.* TO Username@localhost IDENTIFIED BY 'Password' WITH GRANT OPTION;
Make sure its exactly like that with the proper username and pasword with the pasword in the quotes like it showes
Reply With Quote