In short, is there some sort of mysqli_pconnect for high-usage PHP & MySQL servers, or do I need to stick with mysql unimproved? And if so, why did they remove it?
In short, is there some sort of mysqli_pconnect for high-usage PHP & MySQL servers,
Share
Support for this was introduced in PHP 5.3. For versions before this, PDO and – god forbid – the mysql extension are the only options.
To quote the manual: