欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
PhpMyAdmin
来自开放百科 - 灰狐
(版本间的差异)
第1行: | 第1行: | ||
[[Image:Phpmyadmin-logo.gif|right]] | [[Image:Phpmyadmin-logo.gif|right]] | ||
+ | {{SeeWikipedia}} | ||
phpMyAdmin 是一个用PHP编写的,可以通过互联网控制和操作MySQL。通过phpMyAdmin可以完全对数据库进行操作,例如建立、复制/删除数据等等。 | phpMyAdmin 是一个用PHP编写的,可以通过互联网控制和操作MySQL。通过phpMyAdmin可以完全对数据库进行操作,例如建立、复制/删除数据等等。 | ||
第27行: | 第28行: | ||
*http://www.phpmyadmin.net/ | *http://www.phpmyadmin.net/ | ||
*下载 http://sourceforge.net/projects/phpmyadmin/ | *下载 http://sourceforge.net/projects/phpmyadmin/ | ||
+ | |||
+ | {{Comment}} | ||
[[Category:Database]] | [[Category:Database]] | ||
[[Category:MySQL]] | [[Category:MySQL]] | ||
[[Category:PHP]] | [[Category:PHP]] |
2010年9月16日 (四) 08:44的版本
您可以在Wikipedia上了解到此条目的英文信息 PhpMyAdmin Thanks, Wikipedia. |
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'] = ; ?>
相关链接
<discussion>characters_max=300</discussion>
分享您的观点