BigDump for large MySQL Dumps

One of the most frustrating and time consuming tasks I face after finishing my work locally, is the upload of large dumps of data to my MySQL production server, and if you’re unlucky person like me, you’ve probably faced problems like these while attempting large imports using phpMyAdmin:
1- File size exceeds maximum allowed error “Error: [...]

The gift of the command line

Happens a lot. You wanna perform a task and see the GUI admin interface thinking maybe it’s time to trust it with your task. I simply try to import an SQL dump file through phpMyAdmin and it goes “You probably tried to upload too large file. Please refer to documentation for ways to workaround this [...]