5
Ok, I’ll try to be more specific so that it will be easier for you to help me :)
'plus' is the username that ISP assign me in order to connect to cPanel and manage the site. When I’m selecting phpMyAdmin from the cPanel I’m logging in as plus @ localhost
In a previous step, using the mySQL databases from the site management menu of cPanel, I’ve created a database called xoops_db, a user called xoops_us and I’ve granted all permissions.
And here is the trouble:
I’m connecting to phpMyAdmin, open SQL window from the left menu (xoops_db is selected in the combo box)
And type:
SET PASSWORD FOR ‘xoops_us’@’localhost’ = OLD_PASSWORD(‘somepwd’);
And it replies
#1044 - Access denied for user 'plus'@'localhost' to database 'mysql'
Ouf!!!