|
|奔日网技术学堂欢迎您
tech.8BR.NET|
先下载一份最新版的phpMyAdmin MYSQL管理器。 解压后得到一个phpMyAdmin的目录(可改名) 找到目录里的config.inc.php文件 用软件打开找到 $cfg['PmaAbsoluteUri'] 修改你将上传到空间的phpMyAdmin的网址 如:$cfg['PmaAbsoluteUri'] = 'http://www.XXX.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'] = '用户名'; // MySQL user(用户名,对应数据库的用户名) $cfg['Servers'][$i]['password'] = '密码'; // MySQL password (密码,对应数据库的密码) $cfg['Servers'][$i]['only_db'] = ''; // If set to a db-name, only(唯一的数据库名) $cfg['DefaultLang'] = 'zh'; 设置完毕可以上传到网上了。
|
发表对
PHP远程管理phpMyAdmin安装教程
的评论 请文明聊天 |
|点此可收藏|或发表对本篇的评论
|