- UID
- 8671
注册时间2006-2-27
阅读权限40
最后登录1970-1-1
独步武林
TA的每日心情 | 开心 2018-5-6 16:27 |
---|
签到天数: 7 天 [LV.3]偶尔看看II
|
软件名称:phpMyAdmin 2.8.2.4 免费版
下载地址:http://www.down927.com/downinfo/3471.html
软件语言: 英文
软件类型: 国外软件·免费版
运行环境: Win2003, WinXP, Win2000, NT, WinME, Linux
软件分类: 网络编程
更新时间: 2006-8-25 0:23:50
软件大小: 6.1 MB
添加时间: 2006-8-25 0:23:50
软件介绍:
phpMyAdmin是一个用PHP编写的,可以通过互联网控制和爱作MySQL。通过phpMyAdmin可以完全对数据库进行爱作,例如建立、复制/删除数据等等。
+++++++++++++++++++++
配置使用:
phpMyAdmin安装图解教程
先下载一份最新版的phpMyAdmin MYSQL管理器,点击本站下载phpMyAdmin
解压后得到一个phpMyAdmin的目录(你可以改名)
找到目录里的config.inc.php文件,打开
找到 $cfg['PmaAbsoluteUri']
修改你将上传到空间的phpMyAdmin的网址
如:$cfg['PmaAbsoluteUri'] = 'http://your.domain.com/phpmyadmin/';
还有下面的
$cfg['Servers'][$i]['host'] = 'localhost';(通常用默认,也有例外)
$cfg['Servers'][$i]['auth_type'] = 'config'; // Authentication method (config, http or cookie based)?
在自己的机子里调试用config,如果在网上用cookie。
$cfg['Servers'][$i]['user'] = 'root'; // MySQL user(用户名,自己机里用root,在网上设你的ftp用户名)
$cfg['Servers'][$i]['password'] = ''; // MySQL password (only needed
自己机里不用设
$cfg['Servers'][$i]['only_db'] = ''; // If set to a db-name, only(你只有一个数据就设置一下)
还有设
$cfg['DefaultLang'] = 'zh';
设置完毕可以上传到网上了。 |
|