当前位置:网站首页>mysql版本升级+数据迁移
mysql版本升级+数据迁移
2022-06-25 22:04:00 【妄想_wangx】
最近需要在数据库中储存精确到毫秒级的时间类型,但是Mysql5.6以后的版本才支持小数秒,而我的Mysql版本是5.5,于是就开启了我的版本升级之路。
这里就不说整个流程了,说几个细节吧
1、数据库的安装一共有一下几步:下载myql 、初始化mysql(添加data文件夹)、开启服务、登陆数据库 、操作数据库。大多数同学把开启服务这一项忘记了,安装新版本数据库时记得关闭之前的服务开启新的服务。
2、更新之前先把你的data文件夹备份,它里放的是数据库信息,你建的所有数据库和数据库表都在里面。备份之后就算整个mysql被误删数据也能找回来
3、mysql5.7版本以前有my.ini配置文件,而5.7以后就没有了,需要配置的话自己加个,但是不加也不影响,不要听信各种教程的说安装时要先自己新建my.ini文件,这个文件加了可能出错,但是不加一定不会出错。当然后期需要更改配置再加上也不费事
4、下载新版本之后并没有data文件,以管理员身份打开命令提示符,进入到新版本的bin目录下执行 mysqld --initialize-insecure --user=mysql
就会生成一个data文件夹。不要直接复制之前的data文件,就算复制了也不能用
5、新版本安装之后迁移之前的数据库:只需要关闭数据库服务、把之前mysql路径下data中的想迁移的数据库文件夹和ibdata1复制,粘贴到新的data下再重启服务即可。这一步需要覆盖掉ibdata1文件。(光复制数据库文件不行,ibdata1也是必须的,这里面放的有每个表的数据和索引等,缺少会导致导入失败)注意:覆盖ibdata1文件之前先备份,不然覆盖后无法复原。
边栏推荐
- 213.打家劫舍 II
- 森林的先序和中序遍历
- Analysis and comprehensive summary of full type equivalent judgment in go
- The simplest screen recording to GIF gadget in history, licecap, can be tried if the requirements are not high
- Leetcode (435) - no overlapping interval
- 第五章 习题(124、678、15、19、22)【微机原理】【习题】
- C2. k-LCM (hard version)-Codeforces Round #708 (Div. 2)
- 第六章 习题(678)【微机原理】【习题】
- QLabel 文字水平滚动显示
- 二叉排序树
猜你喜欢
Binary, hexadecimal, big end and small end
Once beego failed to find bee after passing the go get command Exe's pit
Uni app -- listen for the exit of the return key
STL教程5-STL基本概念及String和vector使用
Hibernate architecture introduction and environment construction (very detailed)
Online customer service - charging standards and service provision of third parties
Hibernate core api/ configuration file / L1 cache details
Pointer strengthening and improvement
Reprint: detailed explanation of qtablewidget (style, right-click menu, header collapse, multiple selection, etc.)
提取系统apk
随机推荐
第五章 习题(124、678、15、19、22)【微机原理】【习题】
Record the ideas and precautions for QT to output a small number of pictures to mp4
A. Balance the Bits--Codeforces Round #712 (Div. 1)
对卡巴斯基发现的一个将shellcode写入evenlog的植入物的复现
Spark日志分析
Qt自定义实现的日历控件
YUV444、YUV422、YUV420、YUV420P、YUV420SP、YV12、YU12、NV12、NV21
Style setting when there is a separator in the qcombobox drop-down menu
1.8 billion pixel Mars panorama Ultra HD released by NASA, very shocking
产品经理如何把控产品开发的进度
Hibernate core api/ configuration file / L1 cache details
Run the dronekit flight control application on Shumei faction under px4-jmavsim software simulation environment
Uni app -- listen for the exit of the return key
24class static member
史上最简单的录屏转gif小工具LICEcap,要求不高可以试试
character string
Kotlin空指针Bug
excel如何实现中文单词自动翻译成英文?这个公式教你了
idea 查看单元测试覆盖率
Count the number of different palindrome subsequences in the string