phpmyadmin
Install:
Config:
Run:
# /etc/init.d/mysqld start
# service httpd start
# yum install phpmyadmin
Config:
# vim /usr/share/phpMyAdmin/config.inc.php
$cfg['blowfish_secret'] = 'colorfulgreen'; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */
Run:
# /etc/init.d/mysqld start
# service httpd start
posted on 2011-09-24 22:09 小默 閱讀(364) 評論(0) 編輯 收藏 引用 所屬分類: Tools

