centos7 Mariadb5.5升级到Mariadb10.2

一次升级过程,在此记录下。

原因:新的项目需要新的数据库版本支持。

升级主要步骤:

备份原数据库 ---》卸载mariadb ---》添加mariadb国内yum源 ---》安装mariadb---》初始化数据库---》导入数据。

1. 备份原数据库

   由于是对测试环境的数据库进行升级,数据量不多,我直接导出需要迁移的数据库的数据到sql文件里。

mysqldump  -uroot  -p  --database database_name >name.sql

2. 卸载mariadb

   由于是在同一台服务器进行安装新的Mariadb10.2,所以我们需要将老的版本卸载。

卸载mariadb:

yum remove mariadb

删除配置文件:

rm -f /etc/my.cnf

删除数据目录:

rm -rf /var/lib/mysql/

3. 添加mariadb10.2的国内yum源

之前我添加的是国外的源,安装很耗时,所以我找到国内yum,通过这个源安装较快。

vim  /etc/yum.repos.d/Mariadb.repo

添加以下内容:

[mariadb]
name = MariaDB
baseurl = https://mirrors.ustc.edu.cn/mariadb/yum/10.2/centos7-amd64
gpgkey=https://mirrors.ustc.edu.cn/mariadb/yum/RPM-GPG-KEY-MariaDB
gpgcheck=1

清除yum源缓存数据

yum clean all

生成新的yum源数据缓存

yum makecache all

官方yum源(国内安装较慢)

?


1

2

3

4

5

6

7

# MariaDB 10.2 CentOS repository list - created 2018-06-06 03:42 UTC

# http://downloads.mariadb.org/mariadb/repositories/

[mariadb]

name = MariaDB

baseurl = http://yum.mariadb.org/10.2/centos7-amd64

gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB

gpgcheck=1

官方不同系统yum源网址:https://downloads.mariadb.org/mariadb/repositories/#mirror=tuna

4. 安装mariadb10.2

yum install MariaDB-server MariaDB-client -y

启动并添加开机自启:

systemctl start mariadb.service
systemctl enable mariadb.service

5. mariadb的初始化

/usr/bin/mysql_secure_installation

一般建议按以下进行配置:

Enter current password for root (enter for none): Just press the Enter button
Set root password? [Y/n]: Y
New password: your-MariaDB-root-password
Re-enter new password: your-MariaDB-root-password
Remove anonymous users? [Y/n]: Y
Disallow root login remotely? [Y/n]: n
Remove test database and access to it? [Y/n]: Y
Reload privilege tables now? [Y/n]: Y

6. 导入数据到新版本mariadb

方法一:

登陆mysql后用source命令:(后面跟的是我们备份的sql文件的路径)

source /root/backup/java_api.sql

方法二:

在命令行直接导入

mysql -uroot -p >/root/backup/java_api.sql

以上就是整个版本升级的过程了。

原文地址:https://www.cnblogs.com/jpfss/p/10128797.html

时间: 2025-01-31 06:57:00

centos7 Mariadb5.5升级到Mariadb10.2的相关文章

mariadb5.5升级mariadb10.1

环境 旧版:mariadb-5.5新版:mariadb-10.1 升级数据库 1.备份数据库 mysqldump -uroot -p --skip-lock-table --events --all-databases > /data/all.dump 2.卸载旧版数据库 yum remove mariadb-serverrm -f /etc/my.cnfrm -rf /var/lib/mysql/ 3.升级新版数据库 配置mariadb的yum源vim /etc/yum.repo.d/mari

centos7的rabbitmq升级到3.7.10集群

centos7的rabbitmq升级到3.7.10集群#卸载[[email protected] ~]# systemctl stop rabbitmq-server [[email protected] ~]# yum remove rabbitmq-server -y [[email protected] yum.repos.d]# yum remove erlang* -y[[email protected] ~]# rm -rf /var/lib/rabbitmq/ 1 安装erlang

centos7.3 docker升级

#升级操作系统,centos7直接升级到7.3 yum clean all yum update #升级内核 rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org rpm -Uvh http://www.elrepo.org/elrepo-release-7.0-2.el7.elrepo.noarch.rpm yum --enablerepo=elrepo-kernel install  kernel-ml-devel kernel

CentOS7.2 内核升级

CentOS7.2默认内核版本3.10,升级内核操作 rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org rpm -Uvh http://www.elrepo.org/elrepo-release-7.0-3.el7.elrepo.noarch.rpm yum --enablerepo=elrepo-kernel install kernel-ml-devel kernel-ml -y 修改启动文件vim /etc/default

[linux]centos7.4上升级python2版本到python3.6.5 【安装双版本,默认python3】

版本声明 centos7.4 前言:linux上的python默认是版本2的,之前学django项目用的是3的版本 所以得升级下版本~ 1.下载python3.6.5 cd /usr/local/ wget https://www.python.org/ftp/python/3.6.5/Python-3.6.5.tgz tar -xvf Python-3.6.5.tgz 解压后 目录更名为 mv Python-3.6.5 python36 2.安装,目录设置自己解压的 ./configure -

Docker - 在CentOS7.5中升级Docker版本

1 - 检查当前版本 [[email protected] ~]# uname -a Linux localhost.localdomain 3.10.0-957.el7.x86_64 #1 SMP Thu Nov 8 23:39:32 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux [[email protected] ~]# [[email protected] ~]# cat /etc/system-release CentOS Linux release

Centos7.1 下升级内核支持aufs模块

1.查看linux内核版本及是否支持aufs模块: [16:45:31 [email protected] ~]# uname -r 3.10.0-229.el7.x86_64 [16:46:45 [email protected] ~]# grep aufs /etc/filesystems 2.下载带aufs模块的3.10内核 从这个站点http://down.51cto.com/data/1903250下载以下两个文件,并上传到虚机上 kernel-ml-aufs-3.10.5-3.el6

Centos7编译安装nginx1.15+MariaDB10.3+php-7.2

环境准备: yum源:wget -c http://mirrors.163.com/.help/CentOS7-Base-163.repo -O /etc/yum.repo.d/CentOS7-Base-163.repo 下载软件包: wget -c https://mirrors.tuna.tsinghua.edu.cn/mariadb//mariadb-10.3.9/source/mariadb-10.3.9.tar.gz wget -c http://nginx.org/download/

fbf centos7.2 二进制方式安装mariadb-10.4.8-linux-systemd-x86_64.tar.gz

二进制安装 1.先创建mysql用户及mysql组,并制定家目录为/data/mysql ??groupadd -r -g 306 mysql #指定属组gid为306 ??useradd -r -g 306 -u 306 -d /data/mysql mysql #指定属主uid为306,家目录为/data/mysql 2.准备数据目录(mysq用户家目录),并修正权限 ??mkdir /data/mysql;chown mysql:mysql /data/mysql 3.去官网下载maria