MySQL remote connection -
09-22-2006
, 09:55 AM
Hi everyone,
I'm trying to setup a connection using MySQL query browser to a remote
database. I have a user account setup on my linux server named "test"
with a password of "testpwd". Now I want to connect to the database
located on IP x.x.x.x, with the default schema of dbtest.
How would I accomplish this through the command line (via SSH)?
Any and all help would be appreciated! |