- 积分
- 10
- 威望
-
- 金钱
-
- 注册时间
- 2020-6-6
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|
楼主 |
发表于 2020-6-8 10:33:27
|
显示全部楼层
我试了一下 还是不行 提示这个
- mysql: [Warning] Using a password on the command line interface can be insecure.
- Welcome to the MySQL monitor. Commands end with ; or \g.
- Your MySQL connection id is 61
- Server version: 8.0.20 Source distribution
- Copyright (c) 2000, 2020, Oracle and/or its affiliates. All rights reserved.
- Oracle is a registered trademark of Oracle Corporation and/or its
- affiliates. Other names may be trademarks of their respective
- owners.
- Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
- mysql> SET GLOBAL innodb_fast_shutdown = 1;
- Query OK, 0 rows affected (0.00 sec)
- mysql> quit;
- Bye
- [root@centosmysql /]# /usr/local/mysql/bin/mysql_upgrade -u root -p
- Enter password:
- 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 manual
- ly rectify the problem.
复制代码 |
|