当前位置:网站首页>Legal mix of settlements (utf8mb4_0900_ai_ci, implicit) and (utf8mb4_general_ci, implicit) error resolution
Legal mix of settlements (utf8mb4_0900_ai_ci, implicit) and (utf8mb4_general_ci, implicit) error resolution
2022-06-25 21:15:00 【Dawu Xiaodong】
Wrote a query for all superiors sql
SELECT
T0.*,T1.lower_count,T1.aicp,T1.user_level
FROM
(
SELECT
@r AS _id,
(
SELECT
@r := invite_user
FROM
fa_user
WHERE
id = _id
) AS invite_user1,
@l := @l + 1 AS lvl
FROM
(SELECT @r := ' user id', @l := 0) vars,
fa_user h
WHERE
@r <> ''
) T0
JOIN fa_user T1 ON T0._id = T1.id
Report errors SQLSTATE[HY000]: General error: 1267 Illegal mix of collations (utf8mb4_0900_ai_ci,IMPLICIT) and (utf8mb4_general_ci,IMPLICIT) for operation '=',.MySQL 8.0.20
I looked at the character set collation of the database
Character set collation for table
Character set collation of table fields
resolvent : stay my.cnf The same code is also configured in
[client]
default-character-set = utf8mb4
[mysqld]
character-set-client-handshake = FALSE
character_set_server = utf8mb4
collation-server = utf8mb4_0900_ai_ci
Here's the picture
Get into mysql perform show variables where Variable_name like 'collation%'; see
边栏推荐
- Installing and configuring redis under Linux
- Kubernetes related knowledge - surprise interview
- STM32 self balancing robot project, with code, circuit diagram and other data attached at the end (learning materials and learning group at the end)
- Analysis and cleaning of kdevtmpfsi virus content
- [nailing scenario capability package] smart office phone
- What is a subnet mask? (Powercert animated videos)
- Installing mysql8 under centos8
- Alicloud disk mounted locally
- Basic process of configuring utf8 in idea
- Nmap is simple and practical
猜你喜欢
[deep learning series] - visual interpretation of neural network
Online yaml to XML tool
Cvpr2019 | the latest cvpr2019 papers are the first to read!
R language quantile autoregressive QAR analysis pain index: time series of unemployment rate and inflation rate
Illustrated with pictures and texts, 700 pages of machine learning notes are popular! Worth learning
js(3)
Installing mysql8 under centos8
Yolov4 reading notes (with mind map)! YOLOv4: Optimal Speed and Accuracy of Object Detection
Flexible scale out: from file system to distributed file system
8 minutes to understand the wal mechanism of tdengine
随机推荐
MySQL is slow to add indexes_ Why is your SQL so slow? Why is your MySQL index invalid?
The super easy-to-use test tool sorted out by Ali P8 for a week
Cvpr2021 collection of papers | cvpr2021 latest papers | cvpr2021 review results | cvpr2021 admission results
Ensure the decentralization and availability of Oracle network
[summary] 2021unctf Campus (cry & MISC)
Is it safe for qiniu school to open an account in 2022?
Must see the summary! In depth learning era, you should read 10 articles to understand image classification!
[data recovery in North Asia] a data recovery case in which the upper virtual machine data is lost due to the hard disk failure and disconnection of raid6 disk array
How to close gracefully after using jedis
Uncover n core 'black magic' of Presto + alluxio
Illustrated with pictures and texts, 700 pages of machine learning notes are popular! Worth learning
04 disk space management
Analysis and cleaning of kdevtmpfsi virus content
[nailing scenario capability package] company / Park Digital canteen
Get the root directory of the package at compile time from buildreoot
Is it safe for qiniu school to open a securities account?
[machine learning] machine learning from zero to mastery -- teaching you how to use decision tree to predict contact lens types
Exploration of advanced document editor design in online Era
Why doesn't anyone read your hard-working blog? Do you really understand the skills of framing, typesetting and drawing?
Illustration tcp/ip - Chapter 3 and 4 notes