当前位置:网站首页>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
边栏推荐
- Connexion d'initialisation pour go redis
- CUDA实现focal_loss
- [OC foundation framework] - string and date and time >
- [text generation] recommended in the collection of papers - Stanford researchers introduce time control methods to make long text generation more smooth
- Le modèle sentinelle de redis
- Pytest parameterization some tips you don't know / pytest you don't know
- [OC-Foundation框架]---【集合数组】
- Pytorch view tensor memory size
- Alibaba cloud server mining virus solution (practiced)
- 一改测试步骤代码就全写 为什么不试试用 Yaml实现数据驱动?
猜你喜欢
Advanced Computer Network Review(5)——COPE
如何正确截取字符串(例:应用报错信息截取入库操作)
[text generation] recommended in the collection of papers - Stanford researchers introduce time control methods to make long text generation more smooth
UML diagram memory skills
Advanced Computer Network Review(3)——BBR
【文本生成】论文合集推荐丨 斯坦福研究者引入时间控制方法 长文本生成更流畅
一改测试步骤代码就全写 为什么不试试用 Yaml实现数据驱动?
UML图记忆技巧
Detailed explanation of dynamic planning
Problems encountered in connecting the database of the project and their solutions
随机推荐
Advanced Computer Network Review(4)——Congestion Control of MPTCP
Notes 01
The carousel component of ant design calls prev and next methods in TS (typescript) environment
【shell脚本】——归档文件脚本
In depth analysis and encapsulation call of requests
LeetCode:387. The first unique character in the string
requests的深入刨析及封装调用
[oc]- < getting started with UI> -- common controls uibutton
MySQL uninstallation and installation methods
Advance Computer Network Review(1)——FatTree
CSP salary calculation
[sword finger offer] serialized binary tree
Selenium+pytest automated test framework practice
一篇文章带你了解-selenium工作原理详解
[OC-Foundation框架]-<字符串And日期与时间>
BN折叠及其量化
CUDA实现focal_loss
What is MySQL? What is the learning path of MySQL
How to intercept the string correctly (for example, intercepting the stock in operation by applying the error information)
Connexion d'initialisation pour go redis