* [[phpMyAdmin]]
ブラウザからMySQLのDBを管理できるツールです。

#contents

** インストール
http://www.phpmyadmin.net/home_page/index.phpからphpMyAdmin-2.6.0-pl3.zipをダウンロードしました。これをwebrootにコピーします。コピー後、config.inc.phpをchmod 700にしておいて、修正します。
 $cfg['PmaAbsoluteUri'] = 'http://www.hogehoge.hoge/phpMyAdmin';  <--39行目あたりでURLを設定
 $cfg['Servers'][$i]['password']      = ''; <--85行目あたりで、MySQLのrootのパスワードを設定
 $cfgServers[1]['only_db'] = 'hogedb'; <--87行目あたりでDBを制限したい場合は、DB名を記述します。
 $cfg['DefaultLang'] = 'ja'; <--390行目あたり
 $cfg['DefaultCharset'] = 'euc-jp'; <--401行目あたり
ではhttp://www.hogehoge.hoge/phpMyAdmin/index.phpにアクセスします。おっとまた
 #1251 - Client does not support authentication protocol requested by server; consider upgrading MySQL client
が出ましたね。[[MySQL]]に対処法をのせてますので、パスワードを変更しておきましょう。
***2.11
config.inc.phpがなくなってますね。phpMyAdmin配下で、
 cp -a libraries/config.default.php config.inc.php
後はuserとか変更します。

***3.1.1
2.11と同じですね。phpMyAdmin-3.1.1-all-languages.tar.gzで試しました。

** リンク
[[MySQL/PostgreSQL対応のデータベースフロントエンド「vFront」>http://www.moongift.jp/2008/10/vfront/]]~
こんなんもあるんだ。
** 参考書籍

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