INSERT 썸네일형 리스트형 DB dump with single transaction mysqldump [DB Info] [dump option] [dump target] > /path/to/dump/file.sql If you want to dump with single transaction..just add one option in [dump option] That is "--single-transaction" options.It make the dump process to slow, but it did not lock the table.So you can insert, update...etc..during the db dump process. 더보기 [MySQL] world.sql 파일 (mysql 사용가능하도록 수정) 필요없는 것들 삭제하고, create와 insert만 남겨둠. 더보기 이전 1 다음