logo

phpMyAdminのインストール

Alias /phpMyAdmin /var/www/phpMyAdmin

<Location /phpMyAdmin> Order deny,allow Deny from all Allow from 127.0.0.1 Allow from ... </Location>

service httpd configtest

service httpd graceful

One minute to read

PHPでMySQLへの接続テスト

※データベースホスト名はWebサーバーとDBが同じサーバーならlocalhostで良いと思います。 記述例2 [#f4fb0cde]

One minute to read