Welcome Guest, Not a member yet? Register   Sign In
Best engine for save many records
#9

Hi,

may be trying to disable persistent connection can help you.
Change in your php.ini:
mysql.allow_persistent=0
or mysqli.allow_persitent=0

In codeigniter : config/database:
'pconnect' => false

see the warning: https://www.php.net/manual/en/features.p...ctions.php
Reply


Messages In This Thread
RE: Best engine for save many records - by hc-innov - 06-04-2019, 05:28 AM



Theme © iAndrew 2016 - Forum software by © MyBB