Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excerpt

To install MySQL 5.7, you should enable MySQL 5.7 community release yum repository on your system.


STEP 1. Enable MySQL Repository

Code Block
yum localinstall https://dev.mysql.com/get/mysql57-community-release-el7-9.noarch.rpm


STEP 2. Install MySQL 5.7 Server

...