rsbera Posted August 25, 2006 Share Posted August 25, 2006 Warning: mysql_query() [function.mysql-query]: Access denied for user 'ODBC'@'localhost' (using password: NO) in c:\wamp\www\santanu\admin\check_admin.php on line 8please help me out Link to comment https://forums.phpfreaks.com/topic/18619-connection-error/ Share on other sites More sharing options...
ItsWesYo Posted August 25, 2006 Share Posted August 25, 2006 It'd probably be helpful if you posted the code? Link to comment https://forums.phpfreaks.com/topic/18619-connection-error/#findComment-80215 Share on other sites More sharing options...
onlyican Posted August 25, 2006 Share Posted August 25, 2006 Basic for setting up a connection$db = mysql_connect("localhost","username","password");mysql_select_db("db_name, $db);That erorr means your missing something like the aboveq Link to comment https://forums.phpfreaks.com/topic/18619-connection-error/#findComment-80282 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.