PHPMyAdmin 抱怨“mcrypt”不可用——我感到烦恼吗?
我已经在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
http://www.phpmyadmin.net/documentation/ 说:
http://www.phpmyadmin.net/documentation/ says:
要在 centos 6 上为 phpmyadmin 安装 mcrypt,您需要从 http://namhuy.net/641/centos-6-install-mcrypt-for-phpmyadmin.html
i386
x86_64
然后使用 yum 命令安装 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
x86_64
then use yum command to install the mcrypt package