MySQLに外部ホストから接続できる
mysql> grant all privileges on *.* to 'root’@’%’ identified by 'pwdstartnews’ with grant option;
mysql> flush privileges;
Coding Changes the World
mysql> grant all privileges on *.* to 'root’@’%’ identified by 'pwdstartnews’ with grant option;
mysql> flush privileges;