Jeremy F
Jul 13 2009, 04:06 AM
We were having trouble getting any queries out of MySQL, either off the SSH or via PHP web. Only the simplest ones like "SELECT 2 + 2;" would work, nothing off of the tables. It is an infobright and myisam setup. So I used /etc/init.d/mysqld-ib stop to stop mysql and /etc/init.d/mysqld-ib start (& restart) to start it back up. Well it said start up was successful but any time I go to connect all I got was this error message: "ERROR 2013 (HY000): Lost connection to MySQL server at 'reading initial communication packet', system error: 111"