Source for file config.php
Documentation is available at config.php
* Per configurare il vostro database, tutto ciņ che dovete fare č cambiare
* la stringa riportata qui sotto.
* tipoDatabase://userName:password@indirizzo/nomeDatabase
* dove tipoDatabase puņ essere:
* mssql -> Microsoft SQL Server
* mysql -> MySQL (for MySQL <= 4.0)
* mysqli -> MySQL (for MySQL >= 4.1) (requires PHP 5) (since DB 1.6.3)
* odbc -> ODBC (Open Database Connectivity)
* Nome utente e password possono essere vuoti (anche se ciņ č CALDAMENTE sconsigliato per i
* siti aperti a Internet) e l'indirizzo puņ essere localhost.
* nomeDatabase č il nome del database dove verranno mantenuti tutti i dati di MCMS.
* $dsn = "mysql://silvio:12345@localhost/MCMS"
//MODIFICARE QUESTA STRINGA SOLTANTO!!!
$dsn = "mysql://root:@localhost/mcms"
|