Home >Database >Mysql Tutorial >phpMyAdmin远程连接mysql数据库

phpMyAdmin远程连接mysql数据库

WBOY
WBOYOriginal
2016-06-07 16:55:051039browse

前提:你本地有PHP环境,如果你本地装有PHPMYADMIN,建议重新下载一个,随便另起一个文件夹名。一、下载phpmyadmin到本地

前提:你本地有PHP环境,如果你本地装有PHPMYADMIN,建议重新下载一个,随便另起一个文件夹名。

一、下载phpmyadmin到本地

下载地址:

二、修改libraries文件夹下的config.default.php文件

1、查找$cfg['PmaAbsoluteUri'] ,,将其值设置为你本地的phpmyadmin路径,例如:9999/phpmyadmin/

2、查找$cfg['Servers'][$i]['host'] , 将其值设置为你mysql数据库地址,例如125.24.112.19

3、查找$cfg['Servers'][$i]['user'] , 将其值设置为你mysql数据库用户名,例如abcd

4、查找$cfg['Servers'][$i]['password'] , 将其值设置为你mysql数据库密码,例如abcd

三、通过你本地的phpmyadmin路径(同第二步设置的路径),通过你的mysql数据库用户名密码即可访问远程数据库。

以上方法本人亲测,如果不能解决你的问题,在此说声抱歉!!!

linux

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn