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