Okay this is so annoying...
this is my config file:
I also tried this before:PHP Code:$connect = mysql_connect("localhost","olivier","pw");
$db = mysql_select_db("2ndpanel", $connect)or die(mysql_error());
And I keep recieving this error even though I think all info is correct:PHP Code:$connect = mysql_connect("localhost","root","");
$db = mysql_select_db("2ndpanel", $connect)or die(mysql_error());
Can someone help please ?Code:Access denied for user 'ODBC'@'localhost' (using password: NO) in ...+rep





+rep
Reply With Quote





