出错了错误原因是mysql_connect(): Access denied for user 'username'@'localhost' (using password: YES) 为啥我的是这样
$conn =@mysql_connect("localhost","username","");
? 表示没看明白,你确定是这个吗?问题上只是单纯的显示Access denied for user 'username'@'localhost' (using password: YES) 。是mysql数据库连接出错,而不是你黏贴的这段代码。你要把连接数据库那段代码贴出来。
数据库连接密码不对。把密码改为正确的就行了。