Installing MySQL 8 on CentOS 7 Using Domestic Mirrors

1. Obtain the Yum Repository Configuration First, download the MySQL rpeository configuration package from a domestic mirror source: 100%[=======================================================================================================================================================================>] 26,024 26.9KB/s in 0.9s 202 ...

Posted on Sun, 09 Aug 2026 16:11:12 +0000 by stef686

Compiling MySQL 8 from Source on CentOS 7

This guide outlines the process of installing MySQL 8 by compiling its source code on a CentOS 7 system. Source compilation provides maximum control over the installation and optimization. 1. System Environment Overview Before beginning, verify the operating system details. The instructions are tailored for CentOS 7. [root@host ~]# cat /etc/red ...

Posted on Fri, 31 Jul 2026 16:43:22 +0000 by KevinMG

Installing openGauss Database on openEuler 22.03 in VMware

Installing openEuler 22.03 Creating the Virtual Machine Configure the following settings when creating your VM: Select Custom installation Choose your ISO file as the boot media Set guest operating system to Linux, version Other Linux 5.x kernel 64-bit Assign a name to your virtual machine Processor configuration: 1 processor with 4 cores Allo ...

Posted on Mon, 22 Jun 2026 18:30:02 +0000 by Shaun13

Installing MySQL 5.7.28 on CentOS 7

MySQL is a widely used open-source relational database. Installation steps can vary between versions; this guide details the process for MySQL 5.7.28. Obtain MySQL 5.7.28 from the official archives. Download the 64-bit Linux version: wget https://downloads.mysql.com/archives/community/mysql-5.7.28-linux-glibc2.12-x86_64.tar.gz Remove exist ...

Posted on Mon, 01 Jun 2026 00:02:44 +0000 by michaelphipps