Page 1 of 1

remote server

Posted: Sat Jul 27, 2002 8:35 pm
by lexx
How do you connect to a semote mysql server in mysql console?

Posted: Sun Jul 28, 2002 9:11 am
by haagen
Try

mysql -h your.host.com -u user -p database

then you'll be ask for the password.

Please read the manual for more info (man mysql)