change driver from deprecated mysql to modern pdo driver

parent e5c6b7a1
......@@ -74,12 +74,12 @@ $active_group = 'default';
$query_builder = TRUE;
$db['default'] = array(
'dsn' => '',
'dsn' => 'mysql:host=localhost; dbname=barbass_typos_new; charset=utf8;',
'hostname' => 'localhost',
'username' => 'ambulance',
'password' => 'ambulanceetersoft',
'database' => 'barbass_typos_new',
'dbdriver' => 'mysql',
'dbdriver' => 'pdo',
'dbprefix' => '',
'pconnect' => FALSE,
'db_debug' => (ENVIRONMENT !== 'production'),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment