백업 및 복원 ubuntudebiancentos intermediate

MySQL 가져오기

SQL 파일에서 데이터베이스 복원

Overview

SQL 파일에서 데이터베이스 복원

Commands

데이터베이스를 가져옵니다. 데이터가 덮어써집니다. 계속하시겠습니까?

mysql -u root -p {database_name} < {sql_file}