將mysql5的備份倒到8版
發現phpmyadmin有舊sql的帳號
要刪除帳號出錯誤
#1728 - Cannot load from mysql.db. The table is probably corrupted #1728 - Cannot load from mysql.db. The table is probably corrupted
查了一下資料8已經不支援Myisam
可能有些步驟沒有做到
直接在本機執行mysqlupgrade
又跳出其他錯誤 這問題有沒有解?
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.
您是怎麼由 5 備份到 8 的?