当前位置:网站首页>Execute the mysql script file in the docker mysql container and solve the garbled characters
Execute the mysql script file in the docker mysql container and solve the garbled characters
2022-08-03 19:02:00 【Lanzhou Qianfan】
docker 容器中执行mysqlscript files and resolve garbled characters
Searched a lot online,在容器mysqlIs it so hard to execute a piece of code in ?Make it very complicated. So record it yourself,虽然简单,But still afraid of forgetting it later,Search for a long time.
The need now is to be minesql文件导入进来,然后让docker中的mysql 来执行它.
注意mysql在docker容器中,If you only import to the host machine,Then enter the container to executesql文件的话,It will tell you that it cannot be opened,Because the outside of the host and the inside of the container are relatively isolated,It is impossible to find the path of the host inside the container.
因此,All we have to do is put the host machinesqlThe file is copied inside the container,Then let it execute,这样就好了. 我把sqlfiles are placed here,Here is what I used to do anddocker sqlOrdinary directory for file mounts,当然,You can put it anywhere now.
To copy to the inside of the container,You need to find the container first. 首先列举出来,Take a look at running containers,对应mysql的id就知道了.
docker ps然后我们通过id to specify the container,这个也就是mysql容器的id We can enter the container with this command,We go in here,You can log in heremysql,然后执行脚本.
docker exec -it 4f50fbeb15ee /bin/bashctrl+d,退出容器 但是在这之前,我们要将sql文件拷贝进来.
docker cp /mysql/mysql/1.sql 4f50fbeb15ee:/home/1.sqlcpThe back is your host computersql文件所在的路径,容器idThe latter one is the containerhome文件夹,One is named after I copied itsql文件.Copy here.
after copying,We go into the container again.
docker exec -it 4f50fbeb15ee /bin/bashThen we go into the containerhome
cd homeCheck to see if there is one in the directory1.sql,View inside the container is not availablell,所以用ls
ls有的 在容器中执行,Just use the path in the container,It has nothing to do with the host path. 然后我们就执行
source /home/1.sql但是有的时候啊,执行完毕后,He will have some gibberish.
So we can try to look at some encodings
show variables like '%char%';I changed all these encodings to utf-8
set character_set_client=utf8;
set character_set_connection=utf8;
set character_set_database=utf8;
set character_set_results=utf8;
set character_set_server=utf8;这样做是有效的,Later, the fields with garbled characters in my database were all normal.
边栏推荐
猜你喜欢

pytest接口自动化测试框架 | Jenkins集成初探

微信小程序分享功能

Protobuf Grpc使用异常 类型有未导出的方法,并且是在不同的软件包中定义

Online monitoring of UPS power supply and operating environment in the computer room, the solution is here

ctfshow php特性

awk语法-02-运算、数组、格式化输出

MySQL如何 drop 大表

Intelligent security contract - delegatecall (2)

字节跳动三面拿offer:网络+IO+redis+JVM+GC+红黑树+数据结构,助你快速进大厂!!

6000 字+,帮你搞懂互联网架构演变历程!
随机推荐
6000 字+,帮你搞懂互联网架构演变历程!
【QT】入门心法
ScrollView嵌套RV,滑动有阻力不顺滑怎么办?
深度学习常用公式与命令总结(更新中)
CC2530_ZigBee+华为云IOT:设计一套属于自己的冷链采集系统
Chrome浏览器开发新截图工具,安全浏览器截图方法
G6尝试 学习
货比四家 version tb1.63
LineSegmentTree线段树
87.(cesium之家)cesium热力图(贴地形)
ROS仿真环境搭建
MySQL——增删改查进阶
Intelligent security contract - delegatecall (2)
[Notes] Introduction to machine learning
MD5是对称加密还是非对称加密,有什么优缺点
excel写入不完全sheet.append方法(openpyxl)
阿里巴巴政委体系-第五章、阿里政委体系建设
InnoDB 中不同SQL语句设置的锁
PHP base notes - NO. 1
阿里巴巴政委体系-第九章、阿里政委启示录