当前位置:网站首页>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
边栏推荐
- Kratos战神微服务框架(二)
- I-BERT
- [text generation] recommended in the collection of papers - Stanford researchers introduce time control methods to make long text generation more smooth
- [shell script] - archive file script
- Multivariate cluster analysis
- UML圖記憶技巧
- Different data-driven code executes the same test scenario
- LeetCode:236. The nearest common ancestor of binary tree
- Reids之删除策略
- Kratos ares microservice framework (III)
猜你喜欢

Booking of tourism products in Gansu quadrupled: "green horse" became popular, and one room of B & B around Gansu museum was hard to find

A convolution substitution of attention mechanism

SimCLR:NLP中的对比学习

Advanced Computer Network Review(5)——COPE

Once you change the test steps, write all the code. Why not try yaml to realize data-driven?
![[oc foundation framework] - < copy object copy >](/img/62/c04eb2736c2184d8826271781ac7e3.png)
[oc foundation framework] - < copy object copy >

Master slave replication of redis

BN折叠及其量化

KDD 2022 paper collection (under continuous update)

ant-design的走马灯(Carousel)组件在TS(typescript)环境中调用prev以及next方法
随机推荐
Nacos 的安装与服务的注册
LeetCode:221. Largest Square
Intel distiller Toolkit - Quantitative implementation 2
IJCAI2022论文合集(持续更新中)
What is an R-value reference and what is the difference between it and an l-value?
[OC]-<UI入门>--常用控件-UIButton
postman之参数化详解
Notes 01
什么是MySQL?MySql的学习之路是怎样的
How to intercept the string correctly (for example, intercepting the stock in operation by applying the error information)
LeetCode:41. Missing first positive number
LeetCode:498. Diagonal traversal
CUDA implementation of self defined convolution attention operator
Go redis initialization connection
Redis之五大基础数据结构深入、应用场景
Redis之cluster集群
Advanced Computer Network Review(3)——BBR
QML control type: Popup
【shell脚本】——归档文件脚本
【每日一题】搬运工 (DFS / DP)