First execute this to login to mysql through ssh:

Code: 
mysql -u USER -p DBNAME
(You can also login as root)

Enter the pass for the user

Then execute this

Code: 
GRANT ALL PRIVILEGES ON dbname.* TO dbuser @'%' IDENTIFIED BY 'dbpassword';
And
Code: 
FLUSH PRIVILEGES;
soft2050 Reviewed by soft2050 on . Access Denied - MySQL I am getting a blank page http://www.warezxl.org and if I open any thread I get "Access Denied" message http://www.warezxl.org/showthread.php?573712-nod32-keys-updated-daily I have set the user name and password prefectly and I have checked the privileges too. I tried the following in shell # mysql_fix_privilege_tables --password=**** This script updates all the mysql privilege tables to be usable by the current version of MySQL Rating: 5