解决办法:安装php-mcrypt libmcrypt libmcrypt-devel这三个库文件

1、安装第三方yum源(默认yum源里面没有这几个库文件,不能使用yum安装)


#wget http://www.atomicorp.com/installers/atomic  

#sh ./atomic


2、使用yum命令安装

#yum install php-mcrypt libmcrypt libmcrypt-devel

3、重启系统

#service httpd restart

现在打开phpMyAdmin登录页面,没有了错误提示,问题解决

相关文章:

  • 2021-09-17
  • 2021-09-24
  • 2021-11-16
猜你喜欢
  • 2021-12-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-26
  • 2022-01-10
相关资源
相似解决方案