运行mysql时,提示Table ‘performance_schema.session_variables’ doesn’t exist
解决的方法是:
第一步:在管理员命令中输入:
mysql_upgrade -u root -p --force
第二步:重新启动mysql的服务:
net stop mysql
net start mysql
再次运行MySQL,就解决了。
注意,两步缺一不可。
mysql_upgrade -u root -p --force
net stop mysql
net start mysql
再次运行MySQL,就解决了。
注意,两步缺一不可。
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Insert the contact form shortcode with the additional CSS class- "bloghoot-newsletter-section"
By signing up, you agree to the our terms and our Privacy Policy agreement.
发表回复
要发表评论,您必须先登录。