当前位置:Gxlcms > html代码 > MySQL数据库连接失败?_html/css_WEB-ITnose

MySQL数据库连接失败?_html/css_WEB-ITnose

时间:2021-07-01 10:21:17 帮助过:22人阅读

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'root'@'localhost' (using password: YES) in C:\xampp\htdocs\liuyanban\config.php on line 3
数据库连接失败

我的代码 :
header('Content-Type:text/html;charset=utf-8');
$conn=mysql_connect('localhost','root','111111')or die("数据库连接失败");
mysql_select_db("guestbook")or die("数据表连接失败");
?>


回复讨论(解决方案)

不需要端口号?
看楼下怎么说

不指定数据库
PHP不懂

MySQL

我的新博客 http://www.xiaxiaoyuzone.com

人气教程排行