[root@localhost mysql]# rpm -ivh mysql-community-server-8.4.0-1.el7.x86_64.rpm
warning: mysql-community-server-8.4.0-1.el7.x86_64.rpm: Header V4 RSA/SHA256 Signature, key ID a8d3785c: NOKEY
error: Failed dependencies:
net-tools is needed by mysql-community-server-8.4.0-1.el7.x86_64
安装net-tools
yum -y install net-tools