2012年8月17日

mysql remote access

這也是每次 goo 好煩的東西....
第一步當然是去 my.cnf 的 [mysqld] section 把 bind-address 拿掉,
然後看要不要順便換 port。
再來是連進去改權限
create user remote_user@'%' identified by 'password';
grant all privileges on *.* to 'remote_user'@'%' identified by 'password' with grant option;
flush privileges;

沒有留言:

張貼留言