How to choose the correct version of mysql during installation

if you open the image of Tsinghua

see the following
MySQL-5.0.95-1.glibc23.rpm
MySQL-bench
MySQL-client
MySQL-client-community
MySQL-community
MySQL-community-debuginfo
MySQL-debuginfo
MySQL-devel

which one should I choose for so many package software names?

After

,
glibc23
glibc23.i386
rhel5.i386
what do you think of the installed linux? For example, centos7 is messy and dizzy

.
Nov.01,2021

MySQL-bench-graphic client
MySQL-client- command line client
MySQL-client-community
MySQL-community- server (community version)
MySQL-community-debuginfo-server (debugging information)
MySQL-debuginfo
MySQL-devel-header file for secondary development

use yum install mysql-server to install the server version

use yum install mysql to install the command line client


download binaries directly to the official website

Menu