GRANT ALL PRIVILEGES ON *.* TO 'username'@'localhost' IDENTIFIED BY 'password' WITH GRANT OPTION;
Excuted in a MySQL console returns the following SQL error "ERROR 1064:you have an error in your SQL syntax. check the manual that corresponds to you MYSQL server version for the right syntax to use near 'password with grant option' at line 1" Copied and pasted the command direct from the manual and still ain't working :( HELP!!!!!!! Cheers, Jeff