欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
PhpMyAdmin
来自开放百科 - 灰狐
(版本间的差异)
第28行: | 第28行: | ||
*下载 http://sourceforge.net/projects/phpmyadmin/ | *下载 http://sourceforge.net/projects/phpmyadmin/ | ||
− | [[ | + | [[Category:Database]] |
+ | [[Category:MySQL]] | ||
+ | [[Category:PHP]] |
2010年8月14日 (六) 12:02的版本
phpMyAdmin 是一个用PHP编写的,可以通过互联网控制和操作MySQL。通过phpMyAdmin可以完全对数据库进行操作,例如建立、复制/删除数据等等。
安装指南
phpMyAdmin 2.9.0 及其版本
vi /libraries/config.default.php $cfg['Servers'][$i]['host'] = 'localhost'; // MySQL hostname or IP address $cfg['Servers'][$i]['port'] = ; // MySQL port - leave blank for default port $cfg['Servers'][$i]['auth_type'] = 'config'; // Authentication method (config, http or cookie based)? $cfg['Servers'][$i]['user'] = 'root'; // MySQL user $cfg['Servers'][$i]['password'] = ; // MySQL password (only needed ..
修改相关属性.
以前版本需要创建 config.inc.php文件,包含以下内容:
<?php $cfg['PmaAbsoluteUri'] = 'http://localhost/phpmyadmin/'; $cfg['Servers'][$i]['host'] = 'localhost'; $cfg['Servers'][$i]['auth_type'] = ; $cfg['Servers'][$i]['user'] = 'root'; $cfg['Servers'][$i]['password'] = 'huihoo'; $cfg['blowfish_secret'] = ; ?>
相关链接
分享您的观点