"Could not connect: Access denied for user" on page install
my config file is:
$mysql_host = "mysql14.000webhost.com";
$mysql_database = "axxxxxx_chat";
$mysql_user = "axxxxxx_test";
$mysql_password = "yyyyyyyy";
The error is "Could not connect: Access denied for user 'axxxxxx'@'localhost' (using password: NO)
Any suggestions?
Thanks