Is there a faster way to load mysqldumps? [duplicate]
问题 This question already has answers here : Closed 7 years ago . Possible Duplicate: Speeding up mysql dumps and imports mysqldump is reasonably fast, but dumps of a medium-sized database (20-30 megs) take several minutes to load using mysql my_database < my_dump_file.sql Are there some mysql settings I can tune to speed up the load? Is there a better way to load saved data? I've experimented using the mysqlimport utility with CSV-based dumps. These load slightly--but not appreciably--faster. I