1. 程式人生 > >刪除Mysql錯誤-- 3664 - Failed to set SDI 'xxx' in tablespace 'joinus/aut

刪除Mysql錯誤-- 3664 - Failed to set SDI 'xxx' in tablespace 'joinus/aut

有一個mysql資料庫刪除不了,一直提示以下錯誤在這裡插入圖片描述
這其實是mysql的一個bug,如果你一直出現這個提示,就把mysql刪除重下,但也有其他方法能刪除。
方法1
詳見以下連結
https://cloud.tencent.com/developer/ask/177930

https://stackoverflow.com/questions/50440247/mysql-8-drop-or-alter-causes-error-3664-hy000-failed-to-set-sdi

方法2
物理刪除方法。
開啟終端 登入mysql
輸入

show global variables like "%datadir%";

找到資料庫位置
delete
完成