==[[MySQL 簡易設定]]==[[MySQL]]| [[Database]]|
===インストール===
# yum install mysql-server
Query OK, 0 rows affected (0.00 sec)
====管理権限をユーザーに追加====
mysql> grant all privileges pri[[vi]]leges on *.* to piroot@localhost identified by 'newpassword' with grant option;
Query OK, 0 rows affected (0.00 sec)
mysql> grant all privileges pri[[vi]]leges on *.* to piroot@"%" identified by 'newpassword' with grant option;
Query OK, 0 rows affected (0.00 sec)