ERROR 2013 (HY000): Lost connection to MySQL server during query
Posted by: Muntaquim Bagadia
Date: December 11, 2013 09:55PM

A strange thing is happening which I am not able to understand

When I fire the below query I am getting error 2013:

Query: select * from userMaster order by id desc limit 5;

ERROR 2013 (HY000): Lost connection to MySQL server during query

But moment I either change the limit clause or add a where clause it starts working:

e.g. select * from userMaster order by id desc limit 5,5; - this works

Can anyone help here?

Options: ReplyQuote


Subject
Written By
Posted
ERROR 2013 (HY000): Lost connection to MySQL server during query
December 11, 2013 09:55PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.