01-10-2013, 10:41 AM
Server makinada Mysql client yetkilendirmesi
Alıntı:mysql> use mysql
mysql> grant all on *.* to root@'110.1.1.2' identified by 'root-şifreniz';
mysql> FLUSH PRIVILEGES;