MySQL Forums
Forum List  »  Newbie

Re: Database Locks up, but shows as running
Posted by: Peter Brawley
Date: May 12, 2016 03:13AM

InnoDB engine is having trouble starting; innodb_buffer_pool_size is way too low. Should be 65-75% of RAM that's available to MySQL.

SSL is failing for reasons given.

The upgrade to 5.7 was not complete (several time zone tables should be InnoDB but are still MyISAM. Run mysql_upgrade.

Again: what are the exact access denial error messages, and what client requests are eliciting them?

Options: ReplyQuote




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.