Hejsan
Har just installerat WAMP på burken och när jag ansluter till MySQL databasen står det
Warning: mysql_connect() [function.mysql-connect]: Host 'localhost' is not allowed to
connect to this MySQL server in c:\wamp\www\layout1\config.php on line 16
Host 'localhost' is not allowed to connect to this MySQL server
$database = 'xxx';
$username = 'xxx';
$password = 'xxx';
mysql_connect('localhost', $username, $password) or die (mysql_error());
mysql_select_db($database) or die (mysql_error());
Vad kan felet bero på?
Tack på förhand