MyXoops Forum

Forum - myXOOPS German Support

5 - 3 = ?  
Geben Sie die Zeichenfolge aus dem Bild ein
Sie haben max. 10 Versuche.
 

mainfile.php

Betreff: mainfile.php
von tohm am 19.06.2015 21:32:12

Saublöde Frage ich weiß aber irgendwie stehe ich gerade auf dem Schlauch...

Unter xoops 2.0.16 hatte ich in der mainfile.php folgende Section:

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

// 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', 'xoops');

// 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', 'xxx');

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

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

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

Unter xoops 2.5.7 fehlt das aktuell komplett in der mainfile.php... Kann ich das einfach ergänzen oder steht diese Info jetzt woanders??


Danke
Thomas

Aktuell aus dem Forum

Forum Thema Antworten Views Letzter Beitrag
OffOffTopic [Wichtig] Übernahme myXOOPS 0 494 11.12.2023 18:57
alfred Gehe zum letzten Beitrag
Die Installation und Administration von XOOPS 2.5.X [Offen] Upgrade 2.5.11 3 2208 07.05.2023 07:03
Goffy Gehe zum letzten Beitrag