当前位置:网站首页>MySQL import database error [err] 1273 - unknown collation: 'utf8mb4_ 0900_ ai_ ci’
MySQL import database error [err] 1273 - unknown collation: 'utf8mb4_ 0900_ ai_ ci’
2022-07-06 15:50:00 【Bean bag programmer】
Recently, some people asked , Why is it involved in importing mysql The script will appear [Err] 1273 – Unknown collation: ‘utf8mb4_0900_ai_ci’, So today I will explain this problem in detail ,
Speaking of this question , We need to understand mysql Some of the principles . The general functional requirement is that we need to import our database script , And you need a successful import to run the project . Then why when importing , He will make mistakes .
With This question , Please read the following article carefully , Seriously understand .
Data exported by high version , such as mysql8, To mysql5.7 Error will be reported after recovery
[Err] 1273 - Unknown collation: 'utf8mb4_0900_ai_ci'
I know it's about character set encoding , But I changed the code of the database to utf8mb4 It also reports an error after importing , When importing the file, there is no utf8mb4 Options
baidu Then we found the solution .
Solution :
Put all in the file
utf8mb4_0900_ai_ci Switch to utf8_general_ci
utf8mb4 Switch to utf8
Run again after saving to succeed .
边栏推荐
- 信息安全-安全编排自动化与响应 (SOAR) 技术解析
- Cost accounting [18]
- 渗透测试 ( 5 ) --- 扫描之王 nmap、渗透测试工具实战技巧合集
- 【练习4-1】Cake Distribution(分配蛋糕)
- Cost accounting [24]
- Printing quality inspection and verification system Industry Research Report - market status analysis and development prospect forecast
- Matlab comprehensive exercise: application in signal and system
- Information security - Analysis of security orchestration automation and response (soar) technology
- cs零基础入门学习记录
- mysql导入数据库报错 [Err] 1273 – Unknown collation: ‘utf8mb4_0900_ai_ci’
猜你喜欢
随机推荐
力扣刷题记录
【练习-1】(Uva 673) Parentheses Balance/平衡的括号 (栈stack)
Learning record: understand systick system timer and write delay function
通俗地理解什么是编程语言
Opencv learning log 15 count the number of solder joints and output
Research Report on market supply and demand and strategy of Chinese hospital cleaning chemicals industry
Cost accounting [13]
【练习4-1】Cake Distribution(分配蛋糕)
信息安全-安全专业名称|CVE|RCE|POC|VUL|0DAY
X-Forwarded-For详解、如何获取到客户端IP
Record of force deduction and question brushing
Cost accounting [17]
Cost accounting [14]
China's PCB connector market trend report, technological innovation and market forecast
Printing quality inspection and verification system Industry Research Report - market status analysis and development prospect forecast
用C语言写网页游戏
渗透测试 ( 8 ) --- Burp Suite Pro 官方文档
渗透测试 ( 7 ) --- 漏洞扫描工具 Nessus
Opencv learning log 33 Gaussian mean filtering
C语言数组的概念