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