$ mysql -u[아이디] -p [데이터베이스명] < [SQL 파일 경로/파일이름]
$ mysqldump -u root -p [database name] > [SQL 파일경로/파일이름]