KORAY - IT system consulting
Friday, November 14, 2008
Granting access from any IP on Mysql
mysql> grant all privileges on *.* to youruser@"%" identified by "yourpassword";
Query OK, 0 rows affected (0.00 sec)
mysql> flush privileges;
Query OK, 0 rows affected (0.01 sec)
mysql> exit
Bye
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)
LinkWithin