PDA

View Full Version : Connecting to mysql through MySQL Query Browser



alursu
10-31-2007, 01:19 PM
Hi all,

I was trying to connect to mysql through MySQL Query Browser and I got to the 1045 error:

Access denied for user myusername@myispgivenname (using password YES)

Of course, if I could send user name myusername@localhost I think I would log in fine.

I checked the MySQL Help Desk and there I saw specific info to connect to mysql only through Dreamweaver.

Does anyone know to remote connect with other than Dreamweaver or with a regular mysql client?

Thanks in advance

crbennett
11-07-2007, 11:50 PM
Does anyone know to remote connect with other than Dreamweaver or with a regular mysql client?

Thanks in advance

You've got the localhost part right. You're being blocked from connecting because you're not on the local machine.

You can set up your account/domain for remote connections to MySQL, though. But the "Remote MySQL" configuration in cPanel isn't the whole story.

It sounds like all you need is here:

http://helpdesk.bluehost.com/kb/index.php?x=&mod_id=2&id=330

Have Fun! (Oh, and the Admin Panel tool that accompanies your Query client absolutely rocks for this sort of thing.)