Hallo zusammen,
ich will auf meinem Server bei sysprovide einen zweiten Wordpress-Blog installieren. Der erste (funktionierende) Wordpressblog liegt direkt im "html"-Verzeichnis auf dem Server, den neuen habe ich in einem Unterordner (nenne ihn hier mal /xx)angelegt.
Ich habe eine neue SQL-Datenbank auf dem Server angelegt und die Daten in die wp-config.php eingetragen.
'DB_NAME'
'DB_USER'
'DB_PASSWORD'
'DB_HOST'
Alles genau so wie beim ersten Blog, nur eben mit der neuen Datenbanadresse und -name.
Für die Installation muss ich ja jetzt /xx/wp-admin/install.php ausführen, denke ich. Funktioniert aber nicht.
Es erscheint folgende Fehlermeldung:
>>>>
[size=14]Error establishing a database connection[/SIZE]
This either means that the username and password information in your wp-config.php file is incorrect or we can't contact the database server at XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX. This could mean your host's database server is down.
- Are you sure you have the correct username and password?
- Are you sure that you have typed the correct hostname?
- Are you sure that the database server is running?
If you're unsure what these terms mean you should probably contact your host. If you still need help you can always visit the WordPress Support Forums.
<<<<
Ob mir wohl zu helfen ist?