- 积分
- 7
- 威望
-
- 金钱
-
- 注册时间
- 2020-12-18
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|
今天试着用lnmp1.7把mysql5.7升级到了8.0.22
升级成功后发现原来的数据库都没有了,只有information_schema mysql performance_schema sys这四个系统库了。
升级日志里面提示
Restore backup databases...
ERROR 3554 (HY000) at line 276: Access to system table 'mysql.innodb_index_stats' is rejected.
Repair databases...
mysql_upgrade: [Warning] Using a password on the command line interface can be insecure.
The mysql_upgrade client is now deprecated. The actions executed by the upgrade client are now done by the server.
To upgrade, please start the new MySQL binary with the older data directory. Repairing user tables is done automatically. Restart is not required after upgrade.
The upgrade process automatically starts on running a new MySQL binary with an older data directory. To avoid accidental upgrades, please use the --upgrade=NONE option with the MySQL binary. The option --upgrade=FORCE is also provided to run the server upgrade sequence on demand.
It may be possible that the server upgrade fails due to a number of reasons. In that case, the upgrade sequence will run again during the next MySQL server start. If the server upgrade fails repeatedly, the server can be started with the --upgrade=MINIMAL option to start the server without executing the upgrade sequence, thus allowing users to manually rectify the problem.
请问这个应该怎么弄?
谢谢
|
|