当前位置:网站首页>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.idReport 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

边栏推荐
- Feature Engineering in simple terms – a practice guide based on openmldb (Part 1)
- Lesson 3 urllib
- JS__ This, arguments, cloning, ternary operator__ Duyi
- ZABBIX foundation details
- Lesson 4 beautifulsoup
- 同花顺炒股软件开户是合法的吗?安全吗
- Illustrated with pictures and texts, 700 pages of machine learning notes are popular! Worth learning
- Yunzhisheng atlas supercomputing platform: computing acceleration practice based on fluid + alluxio (Part I)
- 同花顺app是正规的吗?到底安不安全
- Uncover n core 'black magic' of Presto + alluxio
猜你喜欢

OSI notes sorting
Exploration of advanced document editor design in online Era

A simple file searcher

Heavy update! Yolov4 latest paper! Interpreting yolov4 framework
Literals and type conversions of basic data types
![[nailing scenario capability package] video conference (official conference system)](/img/ec/c2f342a54ab69d8b834a8a1c8f8a01.jpg)
[nailing scenario capability package] video conference (official conference system)

Node installation method you don't know

Soft test intermediate simple notes

IPv4 and IPv6 (powercert animated videos)

Sqlmap for interface security testing
随机推荐
Talking about the foundation of function test today
Install JDK, MySQL and nexus under Linux (tar package installation)
Get the root directory of the package at compile time from buildreoot
QT method of exiting application (exe)
IPv4 and IPv6 (powercert animated videos)
Molecular dynamics - basic characteristics of molecular force field
启牛证券开户安全嘛?
The user name and password will be automatically filled in when adding a form
lombok
Desktop network error display red ×, Component failed to start
Cvpr2019 | the latest cvpr2019 papers are the first to read!
JS__ Inheritance mode, namespace, object enumeration__ Duyi
Boomfilter learning
ZABBIX foundation details
How to write an infinite loop
Is Galaxy Securities reliable? Is it safe to open a securities account?
启牛学堂证券开户安全嘛?
Rounding related calculation
[phase 23] phased summary of spring recruitment practice (Alibaba cloud has OC)
Code program related problems troubleshooting directory