10일차


250111

데이터베이스 외부 접속
nano /etc/mysql/mysql.conf.d/mysqld.cnf
bind-address = 127.0.0.1 -> bind-address = 0.0.0.0 수정할것!!!!!

mysqldump -u word -p word > word.sql 백업완료

/backup에서 백업된 파일 확인

백업받은 파일로 복원 작업 진행
서버로부터 파일 받기
SAMBA를 이용하면 편리함