Re: SLES 15 - Adding MySQL 8.1 repository to zypper
The mysql80 in the repo setup RPM denotes the default repository enabled i.e., mysql-8.0-community in this case.
Users need to enable the specific Innovation repository explicitly to install the 8.1.x binaries.
On any machine with old repo setup RPMs (mysql80-community-release-sl15-6.noarch.rpm) installed, users can execute below command to update the repo setup rpms.
zypper update mysql80-community-release
Another way to install the repo setup RPM using the rpm -Uvh command.
rpm -Uvh mysql80-community-release-sl15-7.noarch.rpm (-U preferred over -i)
zypper clean
zypper modifyrepo -e mysql-innovation-community
zypper refresh
zypper install mysql-community-server
(or)
zypper update mysql-community-server
(If you have any existing MySQL 8.0.x version installed)
Subject
Written By
Posted
Re: SLES 15 - Adding MySQL 8.1 repository to zypper
August 16, 2023 09:39AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.