Hi,

I installed MySQL 3.23.54 on HPUX system with NIS.

If I run "/opt/mysql/bin/mysql -hlocalhost -uroot
mysql", everything looks fine.

But if I run 
$ /opt/mysql/bin/mysql -hhostname.domain -uroot mysql
ERROR 2013: Lost connection to MySQL server during
query

And I can't connect to MySQL with JDBC Driver. I tried
"root" user with both
jdbc:mysql://hostname.domain:3306/mysql
and 
jdbc:mysql://localhost:3306/mysql

This is the entries of mysql.user table:
localhost   root ""   Y Y Y .....
host.domain root ""   Y Y Y ....
host        ""   ""  

Do anyone have some idears?

Thanks very much!

Zengfa



__________________________________
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to