• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

MySQL login

C

cgraham149

Guest
MySQL login - SOLVED

Does anyone know why I can login to MySQL from a shell but the same password & username do not work for a PHP application like Joomla from localhost?

I keep getting an alert saying the password and username provided are incorrect from a Joomla / Mambo install.

SOLVED:

GRANT ALL PRIVILEGES ON dbName.* TO userName@'localhost' identified by '********';

Thanks
 
Back
Top