原 银河麒麟系统arm架构下,MySQL8.0小版本的升级
背景
由于漏扫,mysql 安全漏洞(CVE-2023-38545)、Oracle MySQL Server 安全漏洞(CVE-2023-0464)、Oracle mysql 敏感信息泄漏漏洞(CVE-2022-43551)等,所以
需要将MySQL从现有的8.0.32升级到8.0.38。
原来版本和环境
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | [root@mysql soft]# arch aarch64 [root@mysqldb mysql]# rpm -qa | grep mysql mysql-community-server-8.0.32-1.el8.aarch64 mysql-community-client-8.0.32-1.el8.aarch64 python2-mysqlclient-1.3.12-7.ky10.aarch64 mysql-community-icu-data-files-8.0.32-1.el8.aarch64 mysql-community-client-plugins-8.0.32-1.el8.aarch64 qt5-qtbase-mysql-5.11.1-9.ky10.aarch64 mysql-community-libs-8.0.32-1.el8.aarch64 [root@mysqldb mysql]# hostnamectl Static hostname: mysqldb.novalocal Icon name: computer-vm Chassis: vm Machine ID: 6f9f7a4c64584f7c8f7d01f9dfa3956e Boot ID: 1835d3eb42d04ab98a5edf8568be8ff7 Virtualization: kvm Operating System: Kylin Linux Advanced Server V10 (Tercel) Kernel: Linux 4.19.90-17.5.ky10.aarch64 Architecture: arm64 [root@mysqldb mysql]# mysql -uroot -plhr mysql: [Warning] Using a password on the command line interface can be insecure. Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 3591 Server version: 8.0.32 MySQL Community Server - GPL Copyright (c) 2000, 2022, Oracle and/or its affiliates. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. mysql> |
下载
mysql-8.0.38-1.el8.aarch64.rpm-bundle.tar
https://dev.mysql.com/downloads/mysql/