2007/04/05 21:50
MySQL DB전체 백업하기
#mysqldump --opt -A -u root -p > all_backup.sql

복구하기
# mysql -u root -p < all_bakup.sql
Posted by kimgisa.net