[[centos7]]

** データベース [#k91a50eb]

 [root@lyon html]# yum -y install php php-mbstring php-pear
 [root@lyon html]# yum -y install mariadb-server
 [root@lyon html]# vi /etc/my.cnf
 [root@lyon html]# systemctl start mariadb
 [root@lyon html]# systemctl enable mariadb
 [root@lyon html]# mysql_secure_installation
 [root@lyon html]# mysql -u root -p
 [root@lyon html]# yum --enablerepo=epel -y install phpMyAdmin php-mysql php-mcrypt
 [root@lyon html]# ls /var/www/html/
 [root@lyon html]# vi /etc/httpd/conf.d/phpMyAdmin.conf

トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS