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
- 오블완
- ncp authentication failed
- 파이썬 경로 수정
- vscode무한로딩
- 'details': 'invalid authentication information.'}}
- 'message': 'authentication failed'
- vscode 소스제어
- codebuild no matching artifact paths found
- rds 파라미터그룹
- vscode시계아이콘
- 파이썬버전변경
- command did not exit successfully docker-compose -f docker-compose.yml build exit status 1
- ncp 401 authentication failed
- fcm push
- route53 서브도메인
- ncp api 응답오류
- codebuild cliend_error
- 파이썬버전여러개
- fcm 멀티푸시
- 맥북파이썬여러버전
- 파이썬여러버전변경
- rds character_set 변경
- 파이썬 설치경로 변경
- 네이버클라우드 authentication failed
- fcm multicast
- vscode소스제어 무한로딩
- 티스토리챌린지
- rds utf8mb4 변경
- codepipeline 오류
- {'error': {'errorcode': '200'
Archives
- Today
- Total
목록Database (1)
All that I've dreamed of

기존에 AWS의 MariaDB를 사용하고 있었는데, NCP로 서버를 이전하면서 데이터베이스를 백업하기로 했다.MariaDB 의 데이터베이스를 Dump 해서 MySQL 데이터베이스로 Import 하기! 먼저 데이터베이스를 생성해 주려고 터미널로 접속을 했더니NCP의 경우 관리자계정을 주지 않아서 직접 create database 명령어를 사용 못 하더라고요 NCP 콘솔에서 데이터베이스를 생성할 수 있어요 DB Server - DB Server 상세 보기 Database 관리 - 데이터베이스를 생성 이전 데이터베이스 sql 파일 dump 하기Dump 하기mysqldump -h -P -u -p > dump_data.sqlImport 하기mysql -h -P -u -p 그런데 ..
Database
2025. 5. 8. 12:34