MySQLに外部ホストから接続できる

mysql> grant all privileges on *.* to 'root’@’%’ identified by 'pwdstartnews’ with grant option;
mysql> flush privileges;

MySQL

Posted by arkgame