[h=1][size=10][FONT=arial]Ich erhalte beim Aufrufen meiner Website folgende Fehlermeldung
[COLOR=#0000cd]Fehler beim Aufbau der Datenbank-Verbindung[/COLOR][/FONT][/SIZE][/h][COLOR=#333333][FONT=sans-serif][COLOR=#0000cd]Das bedeutet entweder, dass Benutzername oder Passwort in der Datei wp-config.php falsch sind, oder der Datenbankserver localhost nicht erreichbar ist.[/COLOR][/FONT][/COLOR]
- [COLOR=#0000cd]Bist du sicher, dass Benutzername und Passwort stimmen?[/COLOR]
- [COLOR=#0000cd]Bist du sicher, dass der Name des Datenbankservers stimmt?[/COLOR]
- [COLOR=#0000cd]Bist du sicher, dass der Datenbankserver läuft?[/COLOR]
[COLOR=#0000cd]
[/COLOR]Wenn ich die Seite http://www.hausmann3000.ch aufrufe, dann erscheint[COLOR=#0000cd]
[/COLOR][h=1][size=12]Fehler beim Aufbau einer Datenbankverbindung[/SIZE][/h]
[COLOR=#b22222][/COLOR][COLOR=#ff0000]meine wp-config.php[/COLOR]
/ ** MySQL settings ** //
[FONT=arial][COLOR=#333333]define('WP_SITEURL', 'http://www.[/COLOR]hausmann3000.ch[COLOR=#333333]');[/COLOR]
[COLOR=#333333]define('WP_HOME', 'http://www.[/COLOR]hausmann3000.ch[COLOR=#333333]');[/COLOR][/FONT]
define('DB_NAME', 'hermann_wpress');
define('DB_USER', 'hermann_wpress');
define('DB_PASSWORD', 'sqlpassword');
define('DB_HOST', 'localhost');
// 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-includes/languages.
// For example, install de.mo to wp-includes/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');