By venugopalchintu on
Database configuration
The following error must be resolved before you can continue the installation process:
Failed to connect to your MySQL database server. MySQL reports the following message: Access denied for user 'venu'@'localhost' (using password: NO).
* Are you sure you have the correct username and password?
* Are you sure that you have typed the correct database hostname?
* Are you sure that the database server is running?
For more help, see the Installation and upgrading handbook. If you are unsure what these terms mean you should probably contact your hosting provider.
Comments
you need go to
you need go to sites/default/settings.php and make configure again
$db_url = 'mysqli://username:password@localhost/databasename';
Toan,
Thanks
Thanks For replying to the question ...