Unable to connect to database
-
We haev no success in connecting to the mySQL database at our host. Have edited the wp_config file but still not luck.
We have placed the WP files on a sub-domain to our main domain.
Below the wp config file as it reads today;
<?php // ** MySQL settings ** // define('DB_NAME', 'w8u7uuje_blog'); // The name of the database define('DB_USER', 'w8u7uuje_mari'); // Your MySQL username define('DB_PASSWORD', 'xxxxxxx'); // ...and password define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value define('DB_CHARSET', 'utf8'); define('DB_COLLATE', ''); // You can have multiple installations in one database if you give each a unique prefix $table_prefix = 'wp_'; // Only numbers, letters, and underscores please! // Change this to localize WordPress. A corresponding MO file for the // chosen language must be installed to wp-content/languages. // For example, install de.mo to wp-content/languages and set WPLANG to 'de' // to enable German language support. define ('WPLANG', ''); /* That's all, stop editing! Happy blogging. */ define('ABSPATH', dirname(__FILE__).'/'); require_once(ABSPATH.'wp-settings.php'); ?>
Can anyone help???
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘Unable to connect to database’ is closed to new replies.