Upgrading to MySQL 8.0.34

Follow the instructions given in this section to upgrade to MySQL 8.0.34 version.

  1. Run the following command to stop the MySQL services:
    systemctl stop mysqld
  2. Run the following command to install the tar software.
    yum install tar -y
  3. Download MySQL Connector version 8.0.34, and untar using the following command
    tar -xvf mysql-commercial-8.0.34-1.1.el8.x86_64.repo.tar.gz
  4. Navigate to the mysql folder:
    cd mysql-8.0/8.0.34/
  5. Install MySQL 8.0.34 version:
    yum -y install mysql-commercial-*
  6. Verify MySQL version using following command:
    mysql -–version
  7. Restart MySQL services using the following command
    systemctl start mysqld