얕고넓은지식/linux
linux mysql db 백업
쪽마
2023. 3. 28. 14:17
반응형
[root@localhost download]# mysqldump -u root -p --all-database > 20230328_server.sql
Info: Using unique option prefix 'all-database' is error-prone and can break in the future. Please use the full name 'all-databases' instead.
Enter password: 비밀번호~
반응형