Mysql
 sql >> Database >  >> RDS >> Mysql

Il driver del database CodeIgniter PDO non funziona

Nel file /application/config/database.php dov'è

$db['default']['hostname'] = 'localhost';

deve essere

$db['default']['hostname'] = 'mysql:host=localhost';

host locale o il tuo host di database.