PHPMyAdmin 抱怨“mcrypt”不可用——我感到烦恼吗?

发布于 2024-08-18 13:11:17 字数 182 浏览 3 评论 0原文

我已经在 Mac 上设置了 PHPMyAdmin,但它抱怨无法加载“mcrypt”函数。显然 Mac 上 PHP 的默认安装没有它。

谁能告诉我这意味着什么? PHPMyAdmin 文档或 PHP 文档似乎都没有告诉我这会导致什么类型的问题(如果有的话)。

顺便说一下,这只是一个本地的个人数据库。不是生产,永远不会。

I've set up PHPMyAdmin on a Mac, and it's complaining that it can't load the 'mcrypt' function(s). Apparently the stock install of PHP on Macs doesn't have it.

Can anyone tell me what the implications are? Neither the PHPMyAdmin documentation or the PHP documentation seems to tell me what kind of problem, if any, this will cause me.

This is just a local, personal, database, by the way. Not production, never will be.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

つ低調成傷 2024-08-25 13:11:17

http://www.phpmyadmin.net/documentation/ 说:

当使用“cookie”身份验证时方法中,强烈建议大多数用户使用 mcrypt 扩展,并且 64 位计算机需要使用 mcrypt 扩展。不使用 mcrypt 将导致 phpMyAdmin 加载页面的速度明显变慢。

http://www.phpmyadmin.net/documentation/ says:

When using the "cookie" authentication method, the mcrypt extension is strongly suggested for most users and is required for 64–bit machines. Not using mcrypt will cause phpMyAdmin to load pages significantly slower.

魄砕の薆 2024-08-25 13:11:17

要在 centos 6 上为 phpmyadmin 安装 mcrypt,您需要从 http://namhuy.net/641/centos-6-install-mcrypt-for-phpmyadmin.html

i386

# rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm

x86_64

# http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm

然后使用 yum 命令安装 mcrypt 包

# yum install php-mcrypt

To install mcrypt on centos 6 for phpmyadmin, you will need to install the EPEL repo on your server from http://namhuy.net/641/centos-6-install-mcrypt-for-phpmyadmin.html

i386

# rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm

x86_64

# http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm

then use yum command to install the mcrypt package

# yum install php-mcrypt
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文