Tuesday, March 1, 2011

MySQL Enable Remote Login

use mysql;
grant all privileges on *.* to 'root'@'%' identified by 'your password' with grant option;
flush privileges;

No comments:

Post a Comment