2008年11月30日星期日

增加远程可以访问到mysql的方法

mysql> grant all privileges on *.* to 'root'@'192.168.11.98' identified by '******' with grant option;
Query OK, 0 rows affected (0.02 sec)

mysql> flush privileges;
Query OK, 0 rows affected (0.01 sec)