MySql “Host is not allowed to connect to this MySQL server”
Server makinada Mysql client yetkilendirmesi
mysql> use mysql mysql> grant all on *.* to root@'110.1.1.2' identified by 'root-şifreniz'; mysql> FLUSH PRIVILEGES;