<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>系统运维 &#187; 缺少 mcrypt 扩展</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/%E7%BC%BA%E5%B0%91-mcrypt-%E6%89%A9%E5%B1%95/feed" rel="self" type="application/rss+xml" />
	<link>https://www.osyunwei.com</link>
	<description>国产化OS/AnolisOS/openEuler/RHEL/CentOS/Rocky Linux/Debian/Ubuntu Linux FreeBSD 服务器教程 &#124; Windows Server 2003/2008/2012/2016/2019/2022/2025服务器教程</description>
	<lastBuildDate>Tue, 14 Apr 2026 10:59:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>phpMyAdmin“缺少 mcrypt 扩展。请检查 PHP 配置。”解决办法</title>
		<link>https://www.osyunwei.com/archives/2053.html</link>
		<comments>https://www.osyunwei.com/archives/2053.html#comments</comments>
		<pubDate>Fri, 03 Feb 2012 03:11:28 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP 配置]]></category>
		<category><![CDATA[phpmyadmin]]></category>
		<category><![CDATA[缺少 mcrypt 扩展]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=2053</guid>
		<description><![CDATA[出现问题：在安装配置phpMyAdmin管理mysql数据库的时候，打开phpMyAdmin登录页面，出现下面的错误提示：                 缺少 mcrypt 扩展。请检查 PHP 配置        解决办法：安装php-mcrypt libmcrypt libmcrypt-devel这三个库文件        系统运维  www.osyunwei.com  温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接       下面以CentOS 6.0系统为例来为说明：（备注：以下操作均在终端命令行下进行）       1、安装第三方yum源（默认yum源里面没有这几个库文件，不能使用yum安装）           wget http://www.atomicorp.com/installers/atomic    #下载           sh ./atomic   #安装       2、使用yum命令安装           yum  install  php-mcrypt  libmcrypt  libmcrypt-devel       3、重启系统           shutdown -r now       现在打开phpMyAdmin登录页面，没有了错误提示，问题解决。（如下如所示） &#160;&#160;&#160;&#160;&#160;» 本文链接：https://www.osyunwei.com/archives/2053.html» 订阅本站：https://www.osyunwei.com/feed» 转载请注明来源：系统运维 » phpMyAdmin“缺少 mcrypt 扩展。请检查 PHP 配置。”解决办法<p><a rel="bookmark" href="https://www.osyunwei.com/archives/2053.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/2053.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
