If this isn't the right spot please move. It was the best choice. I am trying to import a large DB on an xampp localhost installation and it is timing out (file too large message). I am looking for an easier way than carving the file into sections. Surely there must be some config setting that I can adjust since this is running local.
Use mysql command line to import large databases , you need to change values in php.ini to increase limits in upload sizes , but it will timeout anyways .