altherity
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Problems with logging in!I dont understand, what spaces?
<?php
// ** MySQL settings ** //
define(‘DB_NAME’, ‘altherit_wordp’); // The name of the database
define(‘DB_USER’, ‘admin’); // Your MySQL username
define(‘DB_PASSWORD’, ‘password’); // …and password
define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value// Change the prefix if you want to have multiple blogs in a single database.
$table_prefix = ‘wp_’; // example: ‘wp_’ or ‘b2’ or ‘mylogin_’// Change this to localize WordPress. A corresponding MO file for the
// chosen language must be installed to wp-includes/languages.
// For example, install de.mo to wp-includes/languages and set WPLANG to ‘de’
// to enable German language support.
define (‘WPLANG’, ”);/* Stop editing */
define(‘ABSPATH’, dirname(__FILE__).’/’);
require_once(ABSPATH.’wp-settings.php’);
?>Forum: Installing WordPress
In reply to: DatabaseCan’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 altherit_wordpress database.Are you sure it exists?
On some systems the name of your database is prefixed with your username, so it would be like username_wordpress. Could that be the problem?
If you continue to have connection problems you should contact your host. If all else fails you may find help at the WordPress Support Forums.