Home > Backend Development > PHP Tutorial > Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'root'@'localhost' (using password: YES),该如何处理

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'root'@'localhost' (using password: YES),该如何处理

WBOY
Release: 2016-06-13 13:40:55
Original
1209 people have browsed it

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'root'@'localhost' (using password: YES)
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'root'@'localhost' (using password: YES) in E:\web\business\ty_admin\ty_config.inc.php on line 12

Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in E:\web\business\ty_admin\ty_config.inc.php on line 13

  
在本地调试的好好的 什么问题都没有

但是传到服务器就出错了 不知道为什么
 


------解决方案--------------------
用phpmyadmin将root改成全局(输入%),就可以了

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