MySQL Forums
Forum List  »  General

Re: MySQL Service Exception
Posted by: Peter Brawley
Date: August 31, 2017 11:42AM

A first guess is that MySQL ran out of cache memory whilst running one of your queries. What MySQL version are you running, what OS, how much RAM is available to MySQL?

For help on the issue, post the results of ...

explain <your query>;
show variables;
show global status;

Options: ReplyQuote


Subject
Written By
Posted
August 31, 2017 08:14AM
Re: MySQL Service Exception
August 31, 2017 11:42AM
September 01, 2017 12:49AM
September 01, 2017 10:56AM


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.