Mysql upgrade to 5.7.9 breaks 0xDBE compatibility Follow
After upgrading to the latest mysql, 0xDBE refuses to display schema data with this error:
[HY000][1682] Native table 'performance_schema'.'session_variables' has the wrong structure
This is after a mysql_upgrade, and I am not browsing the performance schema. I can log in and access data nominally using the mysql command line client. I tried re-downloading the mysql driver with no change in response.
0xDBE 143.732.5
OSX 10.11.1
Mysql 5.7.9
Mysql Driver 5.1.35
Please sign in to leave a comment.
Here's the full stack trace:
I had the same problem. Try mysql_upgrade and then restart mysql
Well that's interesting. I had done the mysql_upgrade & restart which changed the error from 'table doesn't exist' to 'table in the wrong format', but a full reboot fixed it right up. Thanks for the prompt. :)