On Sun, 10 Jun 2001, Brian Walker wrote:
> [root@www data]# telnet www.sfslsports.com 3306
> Trying 209.15.183.134...
> Connected to www.sfslsports.com.
> Escape character is '^]'.
> (
> 3.23.38)fHv:[?e
>
> Bad handshakeConnection closed by foreign host.
If you can see version number then mysqld is running.
Of course you cannot access the database with telnet.
Now install the mysql client if you have not done it
already and try:
mysql -h www.sfslsports.com -u root -p'root password here'
Good luck,
Neil
---------------------------------------------------------------------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php