Host 'xx.xx.xx.xx' is not allowed to connect to this MySQL Server
mysql -u root -p
use mysql
grant all on *.* to root@'ip-address' identified by 'root-password';
use mysql drop user root@'ip-address';