XE 전체를 백업/복원하기

http://mylostworld.co.kr/14831

<요약>
1. 파일 백업 : tar cvfpz backup.tar.gz www  
2. 파일 복원 : tar xvfpz backup.tar.gz
3. DB 백업 : mysqldump -u ID -p DBname > backup.sql
4. DB 복원 : mysql -u ID -p DBname < backup.sql

Posted by reticia

2011/10/29 16:49 2011/10/29 16:49
Response
0 Trackbacks , 0 Comments
RSS :
http://reticia.net/rss/response/507

Trackback URL : http://reticia.net/trackback/507

« Previous : 1 : 2 : 3 : 4 : 5 : ... 348 : Next »