컴퓨터 & 프로그래밍
gz 파일 mysql 실행
얀웬리
2017. 12. 29. 13:14
반응형
zcat /path/to/file.sql.gz | mysql -u 'root' -p your_database
반응형