Grant root remote access to a MySQL server
GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'password'; # Then comment this line in my.cnf #bind-address = 127.0.0.1