MySQL Forums
Forum List  »  Performance

Re: Performance Schema Does Not Initialize
Posted by: Aftab Khan
Date: July 06, 2012 02:59AM

If you install MySQL over a previous installation that was configured without Performance Schema, run mysql_upgrade after starting the server to create the performance_schema database, and then restart the server. As you are getting indication that you need to do this such as the following in the error log:

[ERROR] Native table 'performance_schema'.'events_waits_history'
has the wrong structure
[ERROR] Native table 'performance_schema'.'events_waits_history_long'
has the wrong structure
...

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Performance Schema Does Not Initialize
3459
July 06, 2012 02:59AM


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.