欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2/Agda, C++/Lisp/Haskell
PhpMyAdmin
来自开放百科 - 灰狐
(版本间的差异)
小 (→项目) |
|||
| (未显示2个用户的8个中间版本) | |||
| 第1行: | 第1行: | ||
| − | [[Image: | + | {{SeeWikipedia}} |
| + | [[Image:phpMyAdmin-logo.png|right|phpMyAdmin]] | ||
| − | == | + | phpMyAdmin |
| − | *http://www.phpmyadmin.net/ | + | |
| − | * | + | ==简介== |
| + | 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'] = ''; | ||
| + | ?> | ||
| + | |||
| + | ==项目== | ||
| + | *[https://github.com/phpmyadmin/phpmyadmin phpMyAdmin @ GitHub] | ||
| + | *[[phpPgAdmin]] for [[PostgreSQL]] | ||
| + | |||
| + | ==图集== | ||
| + | |||
| + | ==链接== | ||
| + | *[http://www.phpmyadmin.net/ phpMyAdmin 官网] | ||
| + | *[http://sourceforge.net/projects/phpmyadmin/ phpMyAdmin @ SF] | ||
| + | |||
| + | [[category:database]] | ||
| + | [[category:MySQL]] | ||
| + | [[category:PHP]] | ||
| + | [[category:symfony]] | ||
2025年2月18日 (二) 01:04的最后版本
| |
您可以在Wikipedia上了解到此条目的英文信息 PhpMyAdmin Thanks, Wikipedia. |
phpMyAdmin
目录 |
[编辑] 简介
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'] = ; ?>
[编辑] 项目
[编辑] 图集
[编辑] 链接
分享您的观点
