当前位置:网站首页>把MySQL8的数据库备份导入MySQL5版本中
把MySQL8的数据库备份导入MySQL5版本中
2022-07-28 16:38:00 【Ripo_za】
因为最近需要更改数据库版本,从原来的MySQL8改为MySQL5。
- 使用sqlyog等软件对MySQL8的数据库进行备份。
- 然后编辑导出的备份文件,进行如下替换即可。我只执行的了前两个步骤就可以了。
因为我创建给的数据库编码类型是utf8_general_ci的,如果你新的数据库编码是别的,替换成你自己的编码。
utf8mb4替换为utf8
utf8mb4_0900_ai_ci替换为utf8_general_ci
utf8_croatian_ci替换为utf8_general_ci
utf8mb4_general_ci替换为utf8_general_ci
参考 内容:
https://blog.csdn.net/qq_37798548/article/details/104898185
边栏推荐
- [unity tilemap] tutorial | basic, rule tile, prefab brush, tilemap Collider
- 【Unity FPS】教程 | 使用Unity制作第一人称角色控制器
- MySQL的安装
- 点云处理---二叉树
- centos使用docker运行mysql后,远程连接需要开放端口
- 【p5.js学习笔记】码绘的基础知识
- [unity] three pictures let you understand the shadergraph editor
- TensorFlow2.0(十一)--理解LSTM网络
- MySQL details
- 【Unity】Timeline学习笔记(七):自定义片段(Clip)
猜你喜欢

【p5.js学习笔记】鼠标交互事件

Point cloud processing -- binary tree

Use of multithreading

Complete MySQL interview questions (updated in succession)

OpenMV(六)--STM32实现物体识别与手写数字识别

abstract、static、final

C#中virtual(虚方法)的理解以及和abstract(抽象方法)的区别

2022 IDEA (学生邮箱认证)安装使用教程以及基础配置教程

MySQL与IDEA连接

Tips--解决No module named matlab.engine的问题
随机推荐
1.4-dos
Tips--对卷积的物理意义的理解
OpenMV(二)--IDE安装与固件下载
2022 idea (student email authentication) installation and use tutorial and basic configuration tutorial
IDEA报错Error running ‘Application‘ Command line is too long解决方案
uniapp本地打包权限配置问题
【p5.js】实战练习——无规则对称
Multithreading (ThreadPoolExecutor of thread pool)
编译原理学习笔记2(语法分析介绍)
Point cloud processing voxel filter
Methods, functions
Prize essay solicitation | the 2022 cloud native programming challenge draft activity is open!
进程、线程、信号量和互斥锁
【Unity Tilemap】教程 | Basic、Rule Tile、Prefab Brush、Tilemap Collider
How to bind idea with code cloud
数字滤波器(六)--设计FIR滤波器
OpenMV(五)--STM32实现人脸识别
[advanced C language] - Advanced pointer [i]
封装、继承、多态
Leetcode systematic question brushing (I) -- linked list, stack, queue, heap