Web Hosting Talk







View Full Version : Mysql Error 2013


Kuroro Luc
05-30-2004, 01:20 AM
Just installed mysql server and client on my server and installed MySQL Administration program on my windows pc,

Connected to mysql server with this admin program, but whenever I want to do something, it says:

MySQL Error Nr.2013

Lost connection to MySQL server during query

Anyone know what's wrong here? Everytime I want to restore SQL or adding users, it gives that error :confused:

RobTheGolfer
05-30-2004, 03:28 AM
Did you make sure the MySQL port was not blocked in the firewall? Or if you have a firewall, try disabling it to see if that fixes the problem.

JetServers
05-30-2004, 02:13 PM
What version MySQL? OS? This is probably a bug, reiinstall a newer MySQL version.

Joe

Kuroro Luc
05-30-2004, 03:29 PM
MySQL-server-4.0.20-0.i386 and OS: Fedora 1

JetServers
05-31-2004, 12:57 AM
Does your MySQL daemon crash (look at /var/db/mysql/*err) ? Because I'm
currently seeing this on CURRENT, but STABLE works perfectly for me...

http://lists.freebsd.org/pipermail/freebsd-questions/2004-February/037012.html

Check that out... (The thread continues). And i seen another one that was RedHat specific. Looks like 75% or more of 2013's are solved by reinstall's (Google 'mysql error 2013')

Good Luck,
Joe