Error establishing a database connection
-
Hi Folks,
same old Problem again. My Hoster meets all the requirements. My wp-config.php looks like:
<?php
define(‘DB_NAME’, ‘db78390’);
define(‘DB_USER’, ‘db78390’);
define(‘DB_PASSWORD’, ‘myPassword);
define(‘DB_HOST’, ‘localhost’);$table_prefix = ‘wp_’;
define (‘WPLANG’, ”);
define(‘ABSPATH’, dirname(__FILE__).’/’);
require_once(ABSPATH.’wp-settings.php’);
?>
Any idea what else i could check?
Thanks
Kons
- The topic ‘Error establishing a database connection’ is closed to new replies.