[note]
yum install httpd mysql-server php php-mysql php-mbstring
[/note]
必要なもの類
[note]
MySQL初期設定
mysql_secure_installation
create database wordpress;
grant all privileges on wordpress.* to USERNAME@localhost identified by ‘PASSWORD’;
[/note]
終わり