除錯環境 寶塔 mysql root 遠端登入

珊瑚贝博客發表於2024-04-19

一、使用xshell登入伺服器,按步驟資料一下程式碼,然後寶塔開放3306埠

mysql -u root -p
use mysql;
select host,user from user;
update user set host='%' where user='root';
 
//重新整理許可權
flush privileges;

更多:http://www.shanhubei.com/archives/55267.html

相關文章