How to Upload or Import Large SQL Files in phpMyAdmin. In this post, I will discuss how to import large SQL files that are more than the size limit in PhpMyAdmin if they continue to be imported, they will always fail, I experienced this when I got a remote project at a private company in my city, if you experience this, this post is mandatory for you to read until completion, How to Upload or Import Large SQL Files in phpMyAdmin okay, let’s start the step by step discussion as follows: 1. Open the xampp control panel, then stop Apache and MySQL, as shown below: 2. Open the config.inc.php file in the C:/xampp/phpMyAdmin/config.inc.php directory, see the image below for more details: 3. Then please edit the config.inc.php file using notepad […]

