当前位置:网站首页>Appears when importing MySQL
Appears when importing MySQL
2022-07-06 09:15:00 【wx5caecf2ed0645】
The above mistakes , It's because of the character set , The solution is to add... To the Import command :--default-character-set=utf8
such as :
Normal import :
mysql -u root -h 127.0.0.1 -P 33067 mujitokyo_dev<mujitokyo_dev.sql
After adding :
mysql -u root -h 127.0.0.1 -P 33067 --default-character-set=utf8 mujitokyo_dev<mujitokyo_dev.sql
边栏推荐
- Implement window blocking on QWidget
- Pytorch view tensor memory size
- Different data-driven code executes the same test scenario
- Blue Bridge Cup_ Single chip microcomputer_ Measure the frequency of 555
- Advance Computer Network Review(1)——FatTree
- Intel distiller Toolkit - Quantitative implementation 3
- Intel Distiller工具包-量化实现3
- [today in history] February 13: the father of transistors was born The 20th anniversary of net; Agile software development manifesto was born
- 使用标签模板解决用户恶意输入的问题
- LeetCode:498. Diagonal traversal
猜你喜欢

Selenium+Pytest自动化测试框架实战(下)

In depth analysis and encapsulation call of requests

什么是MySQL?MySql的学习之路是怎样的

多元聚类分析

Different data-driven code executes the same test scenario
![[oc]- < getting started with UI> -- common controls uibutton](/img/4d/f5a62671068b26ef43f1101981c7bb.png)
[oc]- < getting started with UI> -- common controls uibutton

Persistence practice of redis (Linux version)

Redis之五大基础数据结构深入、应用场景

Redis之主从复制

Parameterization of postman
随机推荐
[oc]- < getting started with UI> -- common controls uibutton
Using label template to solve the problem of malicious input by users
【shell脚本】使用菜单命令构建在集群内创建文件夹的脚本
Reids之删除策略
LeetCode:26. Remove duplicates from an ordered array
Leetcode: Sword finger offer 48 The longest substring without repeated characters
Leetcode刷题题解2.1.1
[shell script] - archive file script
Pytest's collection use case rules and running specified use cases
Intel Distiller工具包-量化实现2
Improved deep embedded clustering with local structure preservation (Idec)
Heap (priority queue) topic
【shell脚本】——归档文件脚本
LeetCode:673. Number of longest increasing subsequences
Advanced Computer Network Review(4)——Congestion Control of MPTCP
Digital people anchor 618 sign language with goods, convenient for 27.8 million people with hearing impairment
Mise en œuvre de la quantification post - formation du bminf
Redis之主从复制
[sword finger offer] serialized binary tree
LeetCode:387. The first unique character in the string