Hi all!

I'm connecting from one server (192.168.0.2; 4.1.1-alpha-log) to another
server (192.168.0.1; 4.1.0-alpha-log) like this:

# mysql -h192.168.0.1 -uusername -ppassword

But all I get is:

Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 82 to server version: 4.1.0-alpha-log

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> select unix_timestamp();
ERROR 2013 (HY000): Lost connection to MySQL server during query

This error occurs on EVERY query, no matter how simple: i.e. show databases;
When I run the "mysql" command locally on the server I'd like to connect to,
everythings fine.

MySQL seems to be able to connect to the other machine and the query is
started, but the error says it failed "during query"...

Thanks a lot for any hints!

Cheers,
Hannes.


--- 
Alles Kaufen und Verkaufen! eBay.at - der eigene Marktplatz für Österreich. 
http://www.austronaut.at/ebay.php

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

Reply via email to