Home  >  Article  >  Backend Development  >  Detailed explanation of related configurations and error resolution in phpmyadmin

Detailed explanation of related configurations and error resolution in phpmyadmin

黄舟
黄舟Original
2017-10-30 09:02:591332browse

Detailed explanationphpmyadmin related configuration and error resolution

MissingmcryptExtension

sudo apt-get install php5-mcrypt
sudo php5enmod mcrypt
检查:/etc/php5/apache2/conf.d/ /etc/php5/mods-available/ 中是否有mcrypt文件
sudo service apache2 restart

Open any Server login (access remote server)

在配置文件`etc/phpmyadmin/library/config.default.php`
或`usr/share/phpmyadmin/config.inc.php`
或`etc/phpmyadmin/config.inc.php`中添加
$cfg['AllowArbitraryServer']=true

Configuration file modification is invalid usr/share/phpmyadmin/config.inc.php

官方文档:
有些版本(如:Debian 或 Ubuntu)将 config.inc.php 放在 /etc/phpmyadmin 中而不是 phpMyAdmin 源代码中。

The above is the detailed content of Detailed explanation of related configurations and error resolution in phpmyadmin. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn