I have been using mysql client for some time when I got this error:

mysql> select * from mytable;
ERROR 2006 (HY000): MySQL server has gone away
No connection. Trying to reconnect...
ERROR 1045 (28000): Access denied for user '<username>'@'<my.ip.addr>' (using 
password: YES)
ERROR:
Can't connect to the server

mysql> quit
Bye
$ mysql -h sql -u <sqluser> -p
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 6669 to server version: 4.1.8-standard


MySQL is running on a server and I have to go through a firewall to reach it.
Any reason why this happens? Should I be worried? 

-- 
Jørn Dahl-Stamnes
homepage: http://www.dahl-stamnes.net/dahls/

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

Reply via email to