当前位置:网站首页>把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
边栏推荐
- Collection集合
- leetcode系统性刷题(四)-----哈希表与字符串
- 【Unity FPS】教程 | 使用Unity制作第一人称角色控制器
- 从0到1:基于云开发的投票小程序开发笔记
- Prize essay solicitation | the 2022 cloud native programming challenge draft activity is open!
- 关于localtion 下的root和alias的区别
- 2022 idea (student email authentication) installation and use tutorial and basic configuration tutorial
- Point cloud processing voxel filter
- 三维点云处理系列----PCA
- 1.2-进制转换
猜你喜欢
随机推荐
Encapsulation, inheritance, polymorphism
abstract、static、final
封装、继承、多态
leetcode系统性刷题(三)-------二叉树、二分查找
ps快速制作全屏水印
Domain name resolution problem record
Leetcode systematic question brushing (V) -- dynamic programming
leetcode系统性刷题(二)------贪心、回溯、递归
[p5.js learning notes] mouse interaction event
1.1- notes
OpenMV(六)--STM32实现物体识别与手写数字识别
方法、函数
[p5.js learning notes] local variable (let) and global variable (VaR) declaration
com.mysql.jdbc.Driver 和 com.mysql.cj.jdbc.Driver的配置文件
数字滤波器(三)--模拟滤波器的设计
【p5.js学习笔记】鼠标交互事件
mmdetection3D---(1)
MySQL and idea connection
centos使用docker运行mysql后,远程连接需要开放端口
IDEA报错Error running ‘Application‘ Command line is too long解决方案









