通過外網訪問mysql數據庫的方法:
1.默認安裝并啟動MySQL數據庫,端口是3306。
2.下載并解壓holer軟件包,地址:https://github.com/wisdom-projects/holer/tree/master/Binary/Go
3.獲取holer access key信息,在holer官網上申請專屬的holer access key,例申請得到的holer信息如下:
---------------------------------------------Holer Client : holerdemo@gmail.com
Access Key : 8866daebe02846t88s166733595fff5d
---------------------------------------------
Internet Address : holer.org:65014
Local Address : 127.0.0.1:3306
---------------------------------------------
4.打開CMD窗口進入可執行程序所在的目錄下執行命令:
holer-windows-xxx.exe -k 8866daebe02846t88s166733595fff5d
5.在數據庫客戶端上,打開遠程連接窗口,通過訪問映射后的公網地址連接,例如:
輸入主機名:holer.org,端口號: 65014,從外網訪問本地的MySQL數據庫。