Adding mysql_close($wpdb->dbh) – would there be any point to this?
-
I have a high server load due to WordPress sites. Would there be any point to hacking index.php and adding to the end:
mysql_close($wpdb->dbh);
Or is the connection already closed by WordPress somewhere, and this is not needed?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Adding mysql_close($wpdb->dbh) – would there be any point to this?’ is closed to new replies.