If you are importing your database using Phpmyadmin, then there’s a configuration file for it: \phpmyadmin\libraries\config.default.php Open this configuration file in any editor and change $cfg = 300; to $cfg = 0; Restart your localhost,... Read More
MariaDB/mySQL Increase limits
The default open files limit is 1024. This is fine for a few websites, but if you are hosting many websites this should be increased. 1. Login as root via SSH 2. Type : pico... Read More