データベース
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
単語検索
|
最終更新
|
ヘルプ
]
開始行:
[[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 phpMy...
[root@lyon html]# ls /var/www/html/
[root@lyon html]# vi /etc/httpd/conf.d/phpMyAdmin.conf
終了行:
[[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 phpMy...
[root@lyon html]# ls /var/www/html/
[root@lyon html]# vi /etc/httpd/conf.d/phpMyAdmin.conf
ページ名: