注册 登录
编程论坛 PHP技术论坛

[求助]运行出错

liureven 发布于 2006-07-26 18:16, 929 次点击

以下为我运行后出现的问题,怎么解决啊??
Warning: mysql_query() [function.mysql-query]: Access denied for user 'ODBC'@'localhost' (using password: NO) in D:\masterphp\register\config.php on line 97

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in D:\masterphp\register\config.php on line 97

Warning: mysql_query() [function.mysql-query]: Access denied for user 'ODBC'@'localhost' (using password: NO) in D:\masterphp\register\config.php on line 100

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in D:\masterphp\register\config.php on line 100
Error while creating database (Errornumber 1045: "Access denied for user 'ODBC'@'localhost' (using password: NO)")

Warning: mysql_query() [function.mysql-query]: Access denied for user 'ODBC'@'localhost' (using password: NO) in D:\masterphp\register\install.php on line 17

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in D:\masterphp\register\install.php on line 17
Error while creating signup table (Errornumber 1045: "Access denied for user 'ODBC'@'localhost' (using password: NO)")

Warning: mysql_query() [function.mysql-query]: Access denied for user 'ODBC'@'localhost' (using password: NO) in D:\masterphp\register\install.php on line 26

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in D:\masterphp\register\install.php on line 26
Error while creating inbox table (Errornumber 1045: "Access denied for user 'ODBC'@'localhost' (using password: NO)")

Warning: mysql_query() [function.mysql-query]: Access denied for user 'ODBC'@'localhost' (using password: NO) in D:\masterphp\register\install.php on line 34

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in D:\masterphp\register\install.php on line 34
Error while creating oldMessages table (Errornumber 1045: "Access denied for user 'ODBC'@'localhost' (using password: NO)")

Warning: mysql_query() [function.mysql-query]: Access denied for user 'ODBC'@'localhost' (using password: NO) in D:\masterphp\register\install.php on line 42

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in D:\masterphp\register\install.php on line 42
Error while creating outbox table (Errornumber 1045: "Access denied for user 'ODBC'@'localhost' (using password: NO)")

Warning: mysql_query() [function.mysql-query]: Access denied for user 'ODBC'@'localhost' (using password: NO) in D:\masterphp\register\install.php on line 50

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in D:\masterphp\register\install.php on line 50
Error while creating news table (Errornumber 1045: "Access denied for user 'ODBC'@'localhost' (using password: NO)")
There where some errors while installing Advance Login System

DO NOT FORGET TO REMOVE THIS FILE AFTER THE INSTALLATION!!!

4 回复
#2
lj_8606032006-07-27 16:45
汗一个,这样怎么看?!
#3
bagger2006-07-28 08:03
你的配置文件的事
连接数据库可能不太对
所以一执行查询它就报错
个人意见,不含政治立场,仅供参考!
#4
zhyaojing2006-07-29 17:19

SQL连接有问题

#5
guofx123452006-07-31 14:33
重装一下的的环境
1