Pages

Access remote mysql database.

Friday, August 14, 2009 Posted by Shrikant Lokhande
Grant all databases remotely to given IP address:

GRANT ALL ON *.* TO root@'164.19.212.15' IDENTIFIED BY 'passwd';


If you want to Particular IP address :

GRANT ALL ON india.* TO root@'164.19.212.15' IDENTIFIED BY 'passwd';
Labels:

Post a Comment