mysqldump -u root -p비밀번호 백업할 데이터베이스 이름 > backup.sql 데이터베이스를 backup.sql에 백업하겠다!
이 밑으로도 엄청 많다!
mysqldump -u root -p비밀번호 --all-databases > backup.sql