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