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
- 줄거리
- 깃
- Mac
- Mapper
- 파이썬 웹크롤링
- 독후감
- 서평
- 동구
- missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
- 클라우드 서비스 특징
- 에러
- JavaScript
- 데이메이커
- Swift
- spring
- 자바스크립트
- 클라우드 서비스
- 기록하는 동구
- SpringBoot
- git push
- 콜미동구
- 자바 파일업로드
- xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
- 책
- MySQL
- Xcode
- 한줄평
- 오류
- java
- git
Archives
- Today
- Total
목록server version error (1)
인생은 속도가 아니라 방향이다
[MySQL] MySQL 8.0 server version reserved words 오류 (테이블명)
MySQL 시스템상 안에 이미 약속된 몇가지 이름들이 있는것같다. 나같은 경우에는 테이블명이 order였는데 아주 기본적인 select문도 되지않아서 오류를 확인해 보았다. 오류는 다음과 같다. You hava an error in your SQL syntax; check the manual taht corresponds to your MySQL server version for the right syntax to use near 'order' 이게 아니라면 Select is not valid at this position for this server version, expecting '(', with MySQL 버전업 되면서 나타나는 에러 같은데 여기로 들어가게되면 reserved words를 볼수있다..
데이터베이스/MySQL
2020. 1. 30. 09:48