LNMP一鍵包安裝後解決MySQL無法遠端連線問題

2022-06-17 06:06:13 字數 762 閱讀 9598

解決思路:

1,沒有給root對應的許可權

-- @'192.168.1.123'可以替換為@『%』就可任意ip訪問

mysql> grant all privileges on *.* to 'root'@'192.168.1.123' identified by '' with grant option; 

mysql> flush privileges;

2,直接用 update 更新 root 使用者 host, 但不推薦

mysql> update user set host='192.168.1.123' where user='root' and host='localhost' limit 1;

mysql> flush privileges;

以上2種方法如果都使用了,問題依然沒有解決。於是繼續在lnmp官網上找尋答案,結果終於找到了。

mysql/mariadb無法遠端連線,如何開啟?

為了安全lnmp預設是禁止遠端連線的,開啟方法:

直接通過iptables進行操作

1,檢視已有的iptables規則,以序號顯示

2,刪除對應的drop規則

iptables -d input 5

--------------------- 

原文: 

LNMP一鍵包安裝後解決MySQL無法遠端連線問題

1,沒有給root對應的許可權 192.168.1.123 可以替換為 就可任意ip訪問 mysql grant allprivileges on to root 192.168.1.123 identified by with grant option mysql flush privileges...

LNMP一鍵包安裝後解決MySQL無法遠端連線問題

1,沒有給root對應的許可權 192.168.1.123 可以替換為 就可任意ip訪問 mysql grant allprivileges on to root 192.168.1.123 identified by with grant option mysql flush privileges...

LNMP一鍵安裝包

系統需求 lnmp一鍵安裝包 v1.4 已經在 vultr 遨遊主機 搬瓦工 photonvps oneasiahost新加坡vps budgetvm digitalocean locvps linode diahosting kvmla 景文互聯 ramnode buyvm 80vps 快易互聯 ...