By dura_killer on
getting this error message while installing drupal 6.8.I have enabled all permissions for setting file & granted all prevelages to DB user.
Failure to connect to your MySQL database server. MySQL reports the following message: Access denied for user 'mindwqd3_wehdhjk'@'localhost' (using password: YES).
* 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?
what could be the problem?
Comments
The drupal is not able to
The drupal is not able to connect to your mysql server. You are entering incorrect mysql username and password... Recheck them.
Sudeep Goyal,
Ebizon NetInfo Pvt. Ltd.
Delhi, India
http://ebizontek.com
Ph: +91120 4546843
Email: info@ebizontek.com
skype id : sudeep.goyal
I have rechecked it 5 times
I have rechecked it 5 times still same error.must be some other problem.
Are you able to connect to
Are you able to connect to your mysql database through ssh command shell or phpmyadmin using the same login/password?
Sudeep Goyal,
Ebizon NetInfo Pvt. Ltd.
Delhi, India
http://ebizontek.com
Ph: +91120 4546843
Email: info@ebizontek.com
skype id : sudeep.goyal
yes, I created this test
yes, I created this test file & it works but not drupal installation-- http://hostingreviews.i-mintwise.com/test.php .I am installing it on a sub-domain it shouldn't be any problem.
Failure to Connect with MySQL
So this is my progress so far:
1) downloaded & unzipped Drupal 5.x
2) uploaded the Drupal 5.x on my server manually via FTP
3) logged into my hosting account to "create a database" NOW using MySQL 5.0
4) logged into the database and tried to run the following:
5) Attempted to run the following:
GRANT SELECT , INSERT , UPDATE , DELETE , CREATE , DROP , INDEX , ALTER , CREATE TEMPORARY TABLES , LOCK TABLES ON ---myuserid--- . * TO '---myuserid---'@'localhost'
IDENTIFIED BY '---mypassword---'
and received the following error:
#1044 - Access denied for user 'albert'@'%' to database 'albert'
Can somebody please help?
Previously:
**************************************