Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- ros
- 오늘도 우라라 공략
- topic
- 토픽
- 마리아 DB
- mysql
- ubuntu
- Subscribe
- 환경설정
- MSG
- JungOl
- LeetCode
- Linux
- C언어
- 반복문
- 그랑사가
- 우분투
- install opencv-4.4.0 on ubuntu 22.04
- mariaDB
- 리눅스
- 데이터 베이스
- C++
- 등차수열
- publish
- while
- 오늘도 우라라 펫
- 오늘도 우라라
- 기초
- 오늘도 우라라 펫 공략
- 프로그래밍
Archives
- Today
- Total
목록백업 (1)
하루의 쉼터
[MariaDB] Windows 에서 Maria DB 백업 하기
| Windows 에서 Maria DB 백업 1. Problem What? DB 백업을 위해 검색을 해보면 mysqldump -u"아이디" -p"패스워드" --all-databases > "백업할 파일 명".sql or dump 이런 형태로 많이들 설명해준다. 이는 mysql 클라이언트 환경이 아니라 쉘 프롬프트에서 호출하는 명령이기 때문에 ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'mysqldump -uroot -proot --all-databases > mysql.s..
프로그래밍/Data Base
2021. 7. 19. 12:13