cdgxls
新手上路

UID 75489
精华
0
积分 6
帖子 3
金钱 6 喜悦币
威望 0
人脉 0
阅读权限 10
注册 2006-6-25
状态 离线
|
[广告]: Enom域名自助付费 自助注册 自助PUSH 主流域名COM等一律57.99元年
[求助]谁能帮我看看我这个数据库连接错误在哪吗?
我使用的是MYSQL和PHP通过ODBC进行的数据连接
可是在测试我的论坛ID注册的时候就出现了 下面的错误 导致无法注册用户 郁闷死了
各位高手能帮我看看这些错误的解决方法吗...谢谢了
Warning: odbc_connect(): SQL error: [MySQL][ODBC 3.51 Driver]Access denied for user 'ODBC'@'localhost' (using password: NO), SQL state S1T00 in SQLConnect in D:\Bbs\web\Script\Register.php on line 3
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at D:\Bbs\web\Script\Register.php:3) in D:\Bbs\web\Script\global.php on line 15
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at D:\Bbs\web\Script\Register.php:3) in D:\Bbs\web\Script\global.php on line 15
Warning: odbc_do(): supplied argument is not a valid ODBC-Link resource in D:\Bbs\web\Script\Register.php on line 16
Warning: odbc_fetch_row(): supplied argument is not a valid ODBC result resource in D:\Bbs\web\Script\Register.php on line 17
Warning: odbc_free_result(): supplied argument is not a valid ODBC result resource in D:\Bbs\web\Script\Register.php on line 20
Warning: odbc_do(): supplied argument is not a valid ODBC-Link resource in D:\Bbs\web\Script\Register.php on line 22
Warning: odbc_fetch_row(): supplied argument is not a valid ODBC result resource in D:\Bbs\web\Script\Register.php on line 23
Warning: odbc_do(): supplied argument is not a valid ODBC-Link resource in D:\Bbs\web\Script\Register.php on line 27
Warning: odbc_free_result(): supplied argument is not a valid ODBC result resource in D:\Bbs\web\Script\Register.php on line 28
Warning: odbc_do(): supplied argument is not a valid ODBC-Link resource in D:\Bbs\web\Script\Register.php on line 30
Warning: odbc_fetch_row(): supplied argument is not a valid ODBC result resource in D:\Bbs\web\Script\Register.php on line 31
Warning: odbc_free_result(): supplied argument is not a valid ODBC result resource in D:\Bbs\web\Script\Register.php on line 38
Warning: odbc_close(): supplied argument is not a valid ODBC-Link resource in D:\Bbs\web\Script\Register.php on line 39
|
|