sorry,
another database question, but i have no idea. i'm getting the following error message, when i try to open /wp-admin/install.php in my browser:
"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 usr_web_489_1 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?"
i'm sure the database exists. it automatically gets the name usr_web_489_1 from my host.
--------------------------------
the following are the information in my wp-config-php file:
<?php
// ** MySQL settings ** //
define('DB_NAME', 'usr_web_489_1'); // The name of the database
define('DB_USER', 'web489'); // Your MySQL username
define('DB_PASSWORD', '******'); // ...and password
define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value
where is the error? many thanks for your answer!!!
simon