文章详情

短信预约-IT技能 免费直播动态提醒

请输入下面的图形验证码

提交验证

短信预约提醒成功

mysql二进制方式升级8.0.34

2023-09-10 11:20

关注

一、概述

mysql8.0.33 存在如下高危漏洞,需要通过升级版本修复漏洞

Oracle MySQL Cluster 安全漏洞(CVE-2023-0361) mysql/8.0.33  Apache Skywalking <=8.3 SQL注入漏洞

 

二、查看mysql版本及安装包信息

[root@localhost mysql]# mysql -Vmysql  Ver 8.0.33 for Linux on x86_64 (MySQL Community Server - GPL)[root@localhost mysql]# [root@localhost mysql]# rpm -qa|grep mysql[root@localhost mysql]# ps -ef|grep mysqlmysql     290614       1  0 7月11 ?       00:00:00 /bin/sh /opt/mysql/mysql_base/bin/mysqld_safe --defaults-file=/etc/my.cnfmysql     291491  290614  2 7月11 ?       14:48:00 /opt/mysql/mysql_base/bin/mysqld --defaults-file=/etc/my.cnf --basedir=/opt/mysql/mysql_base --datadir=/opt/mysql/data --plugin-dir=/opt/mysql/mysql_base/lib/plugin --log-error=err.log --open-files-limit=65535 --pid-file=localhost.localdomain.pid --socket=/opt/mysql/data/mysql.sock --port=3306root     3002932 2950183  0 11:09 pts/0    00:00:00 grep --color=auto mysql[root@localhost mysql]# 

三、下载升级包

复制如下浏览器

https://dev.mysql.com/get/Downloads/MySQL-8.0/mysql-8.0.34-linux-glibc2.12-x86_64.tar.xz

下载这个安装包

mysql-8.0.34-linux-glibc2.12-x86_64.tar.xz

四、升级mysql版本

##mysqldump备份数据库省略##关闭数据库[mysql@localhost mysql]$ mysqladmin -uroot -p'密码' shutdownmysqladmin: [Warning] Using a password on the command line interface can be insecure.[mysql@localhost mysql]$ ps -ef|grep mysqlroot     3003230 2950183  0 11:12 pts/0    00:00:00 su - mysqlmysql    3003231 3003230  0 11:12 pts/0    00:00:00 -bashmysql    3003305 3003231  0 11:13 pts/0    00:00:00 ps -efmysql    3003306 3003231  0 11:13 pts/0    00:00:00 grep --color=auto mysql[mysql@localhost mysql]$ ##解压安装包[root@localhost mysql]# xz -d mysql-8.0.34-linux-glibc2.12-x86_64.tar.xz[root@localhost mysql]# tar -xf mysql-8.0.34-linux-glibc2.12-x86_64.tar [root@localhost mysql]# chown -R mysql.mysql mysql-8.0.34-linux-glibc2.12-x86_64[root@localhost mysql]# su - mysql##替换前[mysql@localhost mysql]$ ls -lrt mysql_baselrwxrwxrwx 1 mysql mysql 35 5月  10 19:54 mysql_base -> mysql-8.0.33-linux-glibc2.12-x86_64[mysql@localhost mysql]$ ##删除软链接[mysql@localhost mysql]$ rm -rf mysql_base##使用新版本创建软链接[mysql@localhost mysql]$ ln -sf mysql-8.0.34-linux-glibc2.12-x86_64 mysql_base[mysql@localhost mysql]$ ls -lrt mysql_baselrwxrwxrwx 1 mysql mysql 35 8月   6 11:20 mysql_base -> mysql-8.0.34-linux-glibc2.12-x86_64[mysql@localhost mysql]$ ##启动数据库[mysql@localhost mysql]$ /opt/mysql/mysql_base/bin/mysqld_safe --datadir=/opt/mysql/data &##查看进程[mysql@localhost mysql]$ ps -ef|grep mysqlroot     3004011 2950183  0 11:20 pts/0    00:00:00 su - mysqlmysql    3004012 3004011  0 11:20 pts/0    00:00:00 -bashmysql    3004164 3004012  0 11:21 pts/0    00:00:00 /bin/sh /opt/mysql/mysql_base/bin/mysqld_safe --datadir=/opt/mysql/datamysql    3005043 3004164 48 11:21 pts/0    00:00:15 /opt/mysql/mysql_base/bin/mysqld --basedir=/opt/mysql/mysql_base --datadir=/opt/mysql/data --plugin-dir=/opt/mysql/mysql_base/lib/plugin --log-error=err.log --open-files-limit=65535 --pid-file=localhost.localdomain.pid --socket=/opt/mysql/data/mysql.sock --port=3306mysql    3005366 3004012  0 11:22 pts/0    00:00:00 ps -efmysql    3005367 3004012  0 11:22 pts/0    00:00:00 grep --color=auto mysql[mysql@localhost mysql]$ ##查看数据库版本[mysql@localhost mysql]$ mysql -Vmysql  Ver 8.0.34 for Linux on x86_64 (MySQL Community Server - GPL)[mysql@localhost mysql]$ 

来源地址:https://blog.csdn.net/qyq88888/article/details/132129306

阅读原文内容投诉

免责声明:

① 本站未注明“稿件来源”的信息均来自网络整理。其文字、图片和音视频稿件的所属权归原作者所有。本站收集整理出于非商业性的教育和科研之目的,并不意味着本站赞同其观点或证实其内容的真实性。仅作为临时的测试数据,供内部测试之用。本站并未授权任何人以任何方式主动获取本站任何信息。

② 本站未注明“稿件来源”的临时测试数据将在测试完成后最终做删除处理。有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341

软考中级精品资料免费领

  • 历年真题答案解析
  • 备考技巧名师总结
  • 高频考点精准押题
  • 2024年上半年信息系统项目管理师第二批次真题及答案解析(完整版)

    难度     813人已做
    查看
  • 【考后总结】2024年5月26日信息系统项目管理师第2批次考情分析

    难度     354人已做
    查看
  • 【考后总结】2024年5月25日信息系统项目管理师第1批次考情分析

    难度     318人已做
    查看
  • 2024年上半年软考高项第一、二批次真题考点汇总(完整版)

    难度     435人已做
    查看
  • 2024年上半年系统架构设计师考试综合知识真题

    难度     224人已做
    查看

相关文章

发现更多好内容

猜你喜欢

AI推送时光机
位置:首页-资讯-数据库
咦!没有更多了?去看看其它编程学习网 内容吧
首页课程
资料下载
问答资讯