phpmyadmin无法连接到mysql服务器1045解决方法

WBOY
Release: 2016-06-13 13:37:49
Original
827 people have browsed it

phpmyadmin无法连接到mysql服务器1045
数据库密码被我改了,然后我想通过phpmyadmin来连接mysql
 怎么配置,才phpmyadmin连接数据库的密码与Mysql密码一致?

------解决方案--------------------
config.inc.php 找到:
$cfg['Servers'][$i]['user'] = 'root'; // MySQL user
$cfg['Servers'][$i]['password'] = ''; // MySQL password (only needed.........

把密码改成你的密码试试。

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!