上一篇接:
Table 'performance_schema.session_variables' doesn't exist(某表不存在)的错误
第一:运行之前编写的myeclipse测试,发现第二个Native table 'performance_schema'.'session_variables' has the wrong structure(某表结构错误)的错误;
第二,在my.ini文件中再添加一句话# mysql_upgrade -u root -p --force,然后再运行myeclipse的测试,对!成功啦;

本文介绍了如何解决在MyEclipse中遇到的MySQL表'session_variables'结构错误的问题。通过在my.ini文件中添加特定指令并使用mysql_upgrade工具,最终成功解决了这一错误。
2184





