Unable to install wordpress on 1and1.com
-
I followed instructions carefully, and am having the same exact problem someone else on here encountered with 1and1.com – unfortunately they never posted the Actual Resolution, so it’s in my hopes someone else can tell me the problem with this wp-config.php file:
<?php // ** MySQL settings ** // define('DB_NAME', 'dbo210434532'); // The name of the database define('DB_USER', 'dbo210434532'); // Your MySQL username define('DB_PASSWORD', '********'); // ...and password define('DB_HOST', 'db1021.perfora.net'); // 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'); ?>
The last person who posted in regards mentioned there was some “Apostrophe issue” – anyone kind enough to fill me in here?
I get this error page when running the install.php:
“Can’t select database
We were able to connect to the database server (which means your username and password is okay) but not able to select the dbo210434532 database.”
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Unable to install wordpress on 1and1.com’ is closed to new replies.