Skip to content

Instantly share code, notes, and snippets.

View hemloeurt's full-sized avatar

Loeurt HEM hemloeurt

View GitHub Profile
@linuxkathirvel
linuxkathirvel / mysql57-in-centos7.md
Last active July 19, 2024 16:38
Install MySQL 5.7 in CentOS7/RHEL7

MySQL 5.7 installation in CentOS 7

sudo su

# Remove MariaDB packages
yum list installed | grep -i maria
yum remove mariadb.x86_64
yum remove mariadb-libs.x86_64

# Download MySQL 5.7 RPM tar