일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- OrCAD 다운로드
- run sql script
- Visual Studio Code
- visualstudio code
- csv
- PHPStorm
- clone
- DataGrip
- 에러
- cmd
- 따옴표 삭제
- github clone
- error
- console창
- localhost
- github token
- 파이썬
- 클론
- error 해결
- 단축키
- php
- Python
- MySQL
- database
- import data
- 데이터베이스
- 깃 토큰
- vscode
- 오류
- jupyter
Archives
- Today
- Total
목록데이터베이스 (2)
개발 노트
mysql에 root 계정으로 접속하여 데이터베이스 생성 시 오류 : Need to set 'serverTimezone' property 해결방법
mysql 에 root 계정으로 접속하여 데이터베이스를 생성하려 했으나 Need to set 'serverTimezone' property 오류가 나타났다. 해결 방법 : @localhost 에서 shift + enter 누르고 Advanced - servertimezone 에서 UTC 를 입력한다. 입력한 후 @localhost 우클릭 - run sql script 데이터베이스파일.sql 을 하면 정상적으로 처리되는 것을 확인할 수 있다.
인턴 앱 개발 : 20.07.06~08.31/Server : Mysql
2020. 8. 9. 15:16
database error : [42000][1064] 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 'corona_Question' (Question_num) on delete cascade
데이터베이스나 datagrip이나 MariaDB에서 하단의 오류가 발생한 경우 오류 내용 : [42000][1064] 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 'corona_Question' (Question_num) on delete cascade 테이블 명에 썼던 '' 작은 따옴표를 삭제하였더니 해결되었다. 다른 컴퓨터에서는 작동이 되는 것을 보면 버전 차이 문제인 듯 하다.
인턴 앱 개발 : 20.07.06~08.31/DataBase : Datagrip
2020. 7. 28. 09:56