文章目录

  • 问题描述
  • 解决方法

问题描述

CentOS7 安装 MySQL 报错

登录后复制
[root@localhost share]# rpm -ivh MySQL-server-5.1.73-1.glibc23.x86_64.rpm
error: Failed dependencies:
  /usr/bin/perl is needed by MySQL-server-5.1.73-1.glibc23.x86_641.2.3.

问题随记 —— /usr/bin/perl is needed by MySQL-server-5.1.73-1.glibc23.x86_64_解决方法

解决方法

登录后复制
yum search perl

yum -y install perl.x86_641.2.3.