salve, io ho il seguente file database.php:
codice:
class DATABASE_CONFIG {
public $default = array(
'datasource' => 'Database/Mysql',
'persistent' => false,
'driver'=>'mysql',
'connect'=>'mysql_pconnect',
'host' => 'localhost',
'login' => 'root',
'password' => ' ',
'database' => 'prova',
'prefix' => '',
//'encoding' => 'utf8',
);
}
il risultato che ottengo è il seguente:
CakePHP is NOT able to connect to the database.
Database connection "Mysql" is missing, or could not be created.CakePHP is NOT able to connect to the database.
potreste aiutarmi purtroppo la documentazione non è di gran aiuto!
grazie
tulipan