kann ich contenido auf einem Server ohne MySQL installieren und betreiben und auf eine entfernte Datenbank die auf einem anderen Server liegt zurückgreifen?
Wenn ja, wo muss ich die Pfade angeben?

Code: Alles auswählen
/* The host where your database runs on */
$contenido_host = 'servername or ip address';
/* The database name which you use */
$contenido_database = 'database';
/* The username to access the database */
$contenido_user = 'user';
/* The password to access the database */
$contenido_password = 'pass';