Date: Tue, 13 Jul 2004 14:48:19 -0700 (PDT) From: Jon Lyons <jlyons30@yahoo.com> To: freebsd-questions@freebsd.org Subject: Mysql Client and Freebsd 5.2-RELEASE Message-ID: <20040713214819.4257.qmail@web60806.mail.yahoo.com>
next in thread | raw e-mail | index | archive | help
Hi, I've been trying without success to get the mysql client(any version) built from ports collection to connect to a remote mysql server, get "Lost connection to MySQL server". I've read the mysql site, google, but it's only a problem on my 5.2 machine. Locally the client works fine, and other machines are able to access the server. On my Freebsd 4.8 machine built with the same verion/port the connection works fine. It's not a mysql permessions problem/network problem. Has anybody got the client to function correctly on Freebsd 5.2? Btw, I've built a generic 4.8 machine and the client works, then rebuilt the same machine with 5.2 and it doesn't.... nagios-new# mysql -h 10.128.18.202 -u monty -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 216 to server version: 4.1.0-alpha Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> use nagios; ERROR 2013 (HY000): Lost connection to MySQL server during query __________________________________ Do you Yahoo!? Yahoo! Mail Address AutoComplete - You start. We finish. http://promotions.yahoo.com/new_mail
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040713214819.4257.qmail>