phpMyAdmin
0pt
You don't have permission to access /phpMyAdmin on this server.
と
言われたら
/etc/httpd/conf/httpd.conf
に
<Directory “/usr/share/phpMyAdmin”>
DirectoryIndex index.php
Allow from 999.999.999.999(IP)
</Directory>
と設定する
あなたにとって「phpMyAdmin」とは?
お気に入りの説明
1 pt
設定例 // ログ インの有効時間を設定する $cfg['LoginCookieValidity'] = '18000'; // テーマを変更する $cfg['ThemeDefault'] = 'darkblue_orange'; テーマ 変更したテーマはクッキーに保...
もっと読む
0 pt
テーマの変更 複数の サーバー を扱っていたり、本番 環境 と 開発環境 で扱っている場合によく誤操作とかしそうなので、それぞれの サーバー ごとにテーマは変更しておいたほうが 便利 で安全です...
もっと読む
コメントはまだありません