da die DB auf Strato so mega langsam ist, möchte ich nur die DB auf einem anderen Server laufen lassen. Was muss ich denn in der Config alles ändern? Eigentlich nur diese Einstellungen oder? Mandantenpfad usw. bleibt doch oder?
Code: Alles auswählen
/* Section 2: Database settings
* ----------------------------
*
* Database settings for MySQL. Note that we don't support
* other databases in this release.
*/
/* The prefix for all contenido system tables, usually "con" */
$cfg['sql']['sqlprefix'] = 'con';
/* The host where your database runs on */
$contenido_host = '';
/* The database name which you use */
$contenido_database = '';
/* The username to access the database */
$contenido_user = '';
/* The password to access the database */
$contenido_password = '';
Nico