MySQL Forums
Forum List  »  Newbie

What else causes "Commands out of sync"?
Posted by: Steven Small
Date: April 20, 2014 01:40PM

My application uses a remote connction to both a file server and MySQL. There is an encrypted socket for each link. The application doesn't try to use the database link during file transfers, as there may not be enough bandwidth, particularly over a VPN connection. After the file transfer, the next attempt to access MySQL sometimes produces the "Commands out of sync; you can't run this command now" error. If I wait long enough, the problem goes away and I can access MySQL again.

Here's the link to the documentation about this error http://dev.mysql.com/doc/refman/5.0/en/commands-out-of-sync.html. The documentation gives an example of what could cause the error, but I am not using any of the functions listed in the example.

Does anyone have a complete list of what can cause the error?

Options: ReplyQuote


Subject
Written By
Posted
What else causes "Commands out of sync"?
April 20, 2014 01:40PM


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.