Answers for "Unable to connect to your database server using the provided settings."

0

Unable to connect to your database server using the provided settings.

Change $db['default']['db_debug'] = TRUE;
to
$db['default']['db_debug'] = FALSE;
Posted by: Guest on December-23-2020

Code answers related to "Unable to connect to your database server using the provided settings."

Browse Popular Code Answers by Language