2022-10-12
Windows下mysql版本升级报错
D:\mysql-5.7.39-winx64\bin>mysql_upgrade -uroot -p
Enter password: ********
Checking if update is needed.
Checking server version.
Error: Server version (5.7.35) does not match with the version of
the server (5.7.39) with which this program was built/distributed. You can
use --skip-version-check to skip this check.
D:\mysql-5.7.39-winx64\bin>mysql_upgrade -uroot -p --skip-version-check
Enter password: ********
Checking if update is needed.
Running queries to upgrade MySQL server.
mysql_upgrade: [ERROR] 1142: CREATE command denied to user 'root'@'localhost' for table 'processlist'
报错信息如上
我的操作是按照这个来得升级方法
我来答
添加附件
收藏
分享
问题补充
4条回答
默认
最新
回答交流
Markdown
请输入正文
提交