• 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.

Can't access MySQL from 3rd party program

T

thedust2010

Guest
It seems the only way I can access MySQL is through Plesk's PHPMyAdmin tool. I have purchased MySQL Explorer (from mysqltools.com) and while I've been able to connect to some other web servers I have purchased space on, I cannot access the Plesk web server that I administrate. Instead when I try to connect I get:

[MySql Server DMO Error][ErrNo:1045][Description: Access denied for user: '[email protected]' (Using password: YES)]

I am using the IP address for the web site, the proper database name and username and password. Port is set to default (3306). Anyone know why this is happening? Very frustrating!
 
Have you already made sure the 'mysql' database, 'user' table has an entry for "[email protected]" and has HOST set for the IP address? And the proper permissions set?

Basically the same thing to do if you were using phpMyAdmin as well.
 
Back
Top