I have code igniter installed on server with database I want to run the same db on my mac, I used MAMP and I copy the project folder inside htdocs, but I have this error wou
try this:
$db['development']['hostname'] = 'mysql:host=localhost'; $db['development']['dbdriver'] = 'pdo'; $db['staging']['hostname'] = 'mysql:host=localhost'; $db['staging']['dbdriver'] = 'pdo';
I have update the answer