Installing and Configuring MySQL 8.0 on CentOS 7
Environment
CentOS Linux release 7.5.1804 (Core)
MySQL version: mysql80-community-release-el7-1
Pre-installation Check
CentOS 7 ships with MariaDB by default. Verify weather MySQL is already installed:
rpm -qa | grep mysql
[admin@localhost ~]$ rpm -qa | grep mysql
[admin@localhost ~]$
An empty result indicates no MySQL packages are present ...
Posted on Thu, 16 Jul 2026 16:49:59 +0000 by Chiaki