[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] Error 2013: Lost connection to MySQL server
- Subject: Re: [cobalt-developers] Error 2013: Lost connection to MySQL server
- From: Anders <andersb@xxxxxxxxxxx>
- Date: Thu Apr 24 05:59:57 2003
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
Farhan wrote:
> I have Cobalt 550. I have installed its latest patch. After installing the
> latest patch I am getting this error: "Error 2013: Lost connection to MySQL
> server" whenever I try to connect remotely, yet connections work fine if I
> use MySQL from an SSH connection or from websites hosted on this server.
>
> Please help me that how can I connect to the server remotely by some
> software like MySQL Front.
(the patch in question is RaQ550-All-Security-0.0.1-15578, right?)
The latest glibc update breaks MySQL 3.x functionality,
with remote connections! (MySQL 4.0.12 is OK, though)
Just like the previous Sun Cobalt glibc, it doesn't work
with Macromedia ColdFusion either... (neither 5 or MX)
A workaround is to add --skip-name-resolve to
the startup script in /etc/rc.d/init.d/mysql.
You have to use IP addresses in the privileges, though.
There's a whole thread on the subject at the support forum...
http://cobalt-forum.sun.com/forum/index.php
--anders