MySQL Forums
Forum List  »  Install & Repo

Re: 8.0.39 not available from 8.036 after RHEL 7 -> 8 upgrade
Posted by: Balasubramanian Kandasamy
Date: September 26, 2024 01:04AM

That's correct.

(EL8 systems only) EL8-based systems such as RHEL8 and Oracle Linux 8 include a MySQL module that is enabled by default. Unless this module is disabled, it masks packages provided by MySQL repositories. To disable the included module and make the MySQL repository packages visible, use the following command (for dnf-enabled systems, replace yum in the command with dnf):

$> sudo yum module disable mysql

Install MySQL by the following command (for dnf-enabled systems, replace yum in the command with dnf):

$> sudo yum install mysql-community-server

Reference:
https://dev.mysql.com/doc/refman/8.4/en/linux-installation-yum-repo.html

Options: ReplyQuote


Subject
Written By
Posted
Re: 8.0.39 not available from 8.036 after RHEL 7 -> 8 upgrade
September 26, 2024 01:04AM


Sorry, only registered users may post in this forum.

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.