반응형
Json 데이터 유형이 mariadb에서 작동하지 않습니다.
이 sql이 작동할 수 있도록 도와주세요.
create table testjson(data json);
json 유형 때문에 이 쿼리가 작동하지 않습니다.
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 'json)' at line 1
저는 mariadb10을 사용하고 있습니다.mysql 명령어로 연결했을 때의 출력입니다.
$ mysql
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 2
Server version: 5.5.5-10.0.24-MariaDB mariadb.org binary distribution
JSON 데이터 유형은 없습니다. 적어도 이전 버전 5.5에는 없습니다.
언급URL : https://stackoverflow.com/questions/36880370/json-data-type-is-not-working-on-mariadb
반응형
'code' 카테고리의 다른 글
MariaDB 111 "연결 거부됨" (0) | 2023.09.05 |
---|---|
powershell - 로컬 사용자 및 해당 그룹 나열 (0) | 2023.09.05 |
Excel 2007으로 Office Automation을 하려고 하지만 Excel 2003을 계속 사용합니다. (0) | 2023.09.05 |
appendChild에서 추가한 원하지 않는(빈) xmlns 특성 제거 (0) | 2023.09.05 |
도커 엔트리 포인트와 쿠버네티스 컨테이너 사양 명령의 차이점은 무엇입니까? (0) | 2023.09.05 |