我写的实现注册功能的页面,在连接数据库吧数据插入数据库中时出现了下面的问题,错误提示为:
Warning: mysql_query() [function.mysql-query]: Access denied for user 'ODBC'@'localhost' (using password: NO) in F:\wamp\www\biyesheji\html\reg_chk.php on line 18Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in F:\wamp\www\biyesheji\html\reg_chk.php on line 18
我检查了数据库名,数据表名,及密码(为空)都正确,但我的数据库用户名为root,为什么错误提示中会出现ODBC,那位大牛帮帮我吧,都纠结一天了,谢谢谢……