How to make a remote connection to a MySQL Database Server?
Posted
by MLB
on Stack Overflow
See other posts from Stack Overflow
or by MLB
Published on 2010-03-12T14:57:50Z
Indexed on
2010/03/12
15:37 UTC
Read the original article
Hit count: 267
mysql
|connection
Hello:
I am trying to connect to a MySQL database server (remote), but I can't. I am using an user with grant privileges (not root user). The error message is the following:
Can't obtain database list from the server. Access denied for user 'myuser'@'mypcname' (using password: YES)
"myuser" is an user I created with grant access. This user allows me to connect locally to every database. I am using the same software versions in both hosts: MySQL Server 4.1 (server) and EMS SQL Manager 2005 for MySQL, edition 3.7.0.1 (client).
The point is that I need to connect to the remote server using a different user, not root user. So, how to make the connection?
Thanks.
© Stack Overflow or respective owner