# mysql -u root -p
>*****
mysql>
mysql> grant all privileges on *.* to mysql@”%” identified by PASSWORD with grant option;
mysql> flush privileges;
確認
mysql> select user,host,password from mysql.user;
Just another WordPress site
# mysql -u root -p
>*****
mysql>
mysql> grant all privileges on *.* to mysql@”%” identified by PASSWORD with grant option;
mysql> flush privileges;
確認
mysql> select user,host,password from mysql.user;