Para fazer a liberação de acesso externo para o root no mysql, siga os passos seguintes.
# mysql -u root -p
> grant ALL privileges on *.* to 'root'@'%' identified by 'm1sql.' with grant option;
> flush privileges;
Crtl-D
Pronto !
# mysql -u root -p
> grant ALL privileges on *.* to 'root'@'%' identified by 'm1sql.' with grant option;
> flush privileges;
Crtl-D
Pronto !