superbiche
3/29/2016 - 7:47 AM

Grant root remote access to a MySQL server

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