欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
PhpMyAdmin
来自开放百科 - 灰狐
您可以在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'] = ; ?>
项目
图集
链接
分享您的观点