MySQL Forums
Forum List  »  General

Re: Met ERROR 2013 (HY000): Lost connection to MySQL server during query error
Posted by: Peter Brawley
Date: July 04, 2019 11:49AM

MySQL server is choking on the query.

1 MySQL doesn't recognise your semicolons. Their hex value is EFBC9B. What software do they come from?

Use a text editor, not a word processor, to write SQL. Try the queries with a standard text semicolon.

2 Your Explain query has an unmatched left parenthesis. Didn't you check them?

3 Read the manual page for Union, which doesn't support your use of Order By.

Options: ReplyQuote


Subject
Written By
Posted
Re: Met ERROR 2013 (HY000): Lost connection to MySQL server during query error
July 04, 2019 11:49AM


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.