Import MySQL Dump Fast(er)

Part of software testing at times we need mock database which can be easily obtained from production database using a simple mysqldump command. However, the import of the mysql dump into our local mysql server could painstakingly slow especially when the import file is large. If the tables are of InnoDB, we can speed up […]