A Blog about technology, linux, peer2peer, cool new downloads and software development.

Thursday, April 2, 2009

Grant mysql privileges to remote

mysql -u root -pmypass

mysql> grant all privileges on *.* to 'root'@'192.168.0.1' identified by 'mypass';
mysql> flush privileges;

No comments: