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

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1c013c2-31cdf.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1c013c2-31cdf.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?