search
尋找貓咪~QQ 地點 桃園市桃園區 Taoyuan , Taoyuan

MySQL IP限制筆記 – jashliao部落格

MySQL IP限制筆記

資料來源:http://giovenni.blogspot.tw/2010/12/mysql-ip.html

// 顯示資料庫
show databases;
// 選擇 mysql db
use mysql;

// 顯示 user 權限
show grants for username;

// 開啟mysql db 連線的ip
grant all on dbname.* to ‘username’@’localhost’ identified by ‘password’;
grant all on dbname.* to ‘username’@’ip’ identified by ‘password’;

// 顯示目前帳戶@ip 資訊
show grants for username@ip;

// 更新權限
flush privileges;

 

 

 

 

 

 

 

 

 

 



熱門推薦

本文由 jashliaoeuwordpress 提供 原文連結

寵物協尋 相信 終究能找到回家的路
寫了7763篇文章,獲得2次喜歡
留言回覆
回覆
精彩推薦