気休め程度だがphpMyAdminにベーシック認証を掛けておく。
.htpasswdの作成
htpasswd -c /etc/httpd/conf/.htpasswd USER_NAME
httpd.confに以下を追加
AuthType Basic AuthName "Secret Zone" AuthUserFile /etc/httpd/conf/.htpasswd Require valid-user
未分類気休め程度だがphpMyAdminにベーシック認証を掛けておく。
.htpasswdの作成
htpasswd -c /etc/httpd/conf/.htpasswd USER_NAME
httpd.confに以下を追加
AuthType Basic AuthName "Secret Zone" AuthUserFile /etc/httpd/conf/.htpasswd Require valid-user