i am rubbish with mysql, need someone to point out my error please. i am following these instructions: # Select newly created database and go to SQL section. # In the query text field enter this query: GRANT ALL PRIVILEGES ON database_name.* TO database_username@localhost IDENTIFIED BY 'password' WITH GRANT OPTION; IMPORTANT! Don't forget to replace database_name, database_username, and password with actual database name, username, and password when running this query. I have setup a database and put the db name, user and pass in the right places ('pass' is where i put the password) and am getting this error: Error SQL query: GRANT ALL PRIVILEGES ON dsc . * TO driving@localhost IDENTIFIED BY 'pass' WITH GRANT OPTION ; MySQL said: Documentation #1044 - Access denied for user 'driving'@'%' to database 'dsc' the server says localhost:3306 - do i need to put this in the query? thanks for any help