Can’t access database… but Database is ok.
-
Hi all,
I’ve downloaded 1.5 and my wp-config.php is as follows:
define(‘DB_NAME’, ‘pocm’);
define(‘DB_USER’, ‘pocm’);
define(‘DB_PASSWORD’, ‘********’);
define(‘DB_HOST’, ‘sat’);However, when I run install.php, insert blog name and my email I get a report of the queries done to DB and all of them fail with errors like the following:
WordPress database error: [Access denied for user: ‘@sat’ to database ‘pocm’]
SHOW TABLES;However, my user is not ‘@sat’. It is defined as ‘pocm’ in wp-config.php. Is it confused due to the fact that the database and username are equal?
Cheers,
Paulo Matos
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘Can’t access database… but Database is ok.’ is closed to new replies.