[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: mysql trouble



On Sunday 22 December 2002 11:57, Werner Joss wrote:

ok, after some RTFM, I figured this out:
I had to enable networking in /etc/mysql/my.cnf - was disabled by default.
the inetd approach is the wrong way.
cheers
werner


> Hi all,
> I'm new to this list and have a concern with  mysql-server running on
> debian woody:
> the problem is connecting to the mysql server in my home lan from
> clients:
> trying to connect from a client results in:
> error 2003: can't connect to mysql server (111)
> whereas doing the same on the server works ok.
> meanwhile I've narrowed this down to be a concern with
> inetd - I figured out that I had to enable mysql service
> on port 3306 somehow.
> so I put this line in /etc/inetd.conf:
> mysql   stream  tcp     nowait  mysql   /usr/sbin/tcpd  /usr/sbin/mysqld
> after that, nmap shows mysql listening on port 3306, but client connection
> doesn't work anyway - now mysql just sits there and does nothing upon
> login attempt.
> I suppose something is wrong with my inetd.conf entry.
> so I tried next in inetd.conf:
> mysql   stream  tcp     nowait  mysql   /usr/sbin/mysqld
> this is the result:
> ERROR 2013: Lost connection to MySQL server during query
>
> anyone knows ?



Reply to: