ISSUE
Hi everyone, I looked for the solution in stackoverflow but i not found it. I'm working with CodeIgniter framework and since a few months i got this error.
SOLUTION TRIED
Change max_connection in my database (phpmyadmin)
Verify close of database connections
QUESTIONS
Do you think i need to change dbdriver to pdo, I currently use mysqli?
Should I put $db['default']['pconnect'] to true for the persistent connection?
POST VISITED
Codeigniter Too many connection __construct()
Persistant connections not working with mysqli driver in codeIgniter