MyXoops Forum

Forum - myXOOPS German Support

7 - 3 = ?  
Geben Sie das Ergebnis der Berechnung ein
Sie haben max. 10 Versuche.
 
* = Erforderlich

Aw: Error to connect database

Betreff: Aw: Error to connect database
von Dave140983 am 08.01.2012 13:48:34

Also ich habe nun mal alles überprüft.... Es wurde definitiv nichts geändert. Das kam ganz plötzlich so. Ohne das Daten geändert wurden...

Eine Idee habe ich noch... das Passwort enthält ein "Ö" obwohl es vorher so funktioniert hatte, weiß ich ja, dass das Internet mit ÄÖÜ Probleme hat. Kann es sein, dass daher was nicht stimmt ???

Soll ich einfach mal das Passwort in meiner Serveroberfläche ändern und dann auch in der Secure.php >???

Naja wie gesagt hier unten habe ich nochmal die secure.php gepostet ( das Passwort habe ich ausgeixxt ) der Name stimmt so auch... fällt euch was auf daran ??

Danke für die Hilfe



// Database
// Choose the database to be used
define('XOOPS_DB_TYPE', 'mysql');

// Set the database charset if applicable
if (defined("XOOPS_DB_CHARSET")) die('Restricted Access');
define('XOOPS_DB_CHARSET', 'utf8');

// Table Prefix
// This prefix will be added to all new tables created to avoid name conflict in the database. If you are unsure, just use the default "xoops".
define('XOOPS_DB_PREFIX', 'xfd1');

// Database Hostname
// Hostname of the database server. If you are unsure, "localhost" works in most cases.
define('XOOPS_DB_HOST', 'localhost');

// Database Username
// Your database user account on the host
define('XOOPS_DB_USER', 'd010ca58');

// Database Password
// Password for your database user account
define('XOOPS_DB_PASS', 'XXXXXXXXXX');

// Database Name
// The name of database on the host. The installer will attempt to create the database if not exist
define('XOOPS_DB_NAME', 'd010ca58');

// Use persistent connection? (Yes=1 No=0)
// Default is "Yes". Choose "Yes" if you are unsure.
define('XOOPS_DB_PCONNECT', 0);

?>

Aktuell aus dem Forum

Forum Thema Antworten Views Letzter Beitrag
Modulentwicklung New Xoops Xcreate Module 0 5308 26.11.2025 15:22
efkan Gehe zum letzten Beitrag
Modulentwicklung XOOPS Custom Field Module 1 1799 24.11.2025 11:21
Goffy Gehe zum letzten Beitrag