Detailed explanation of related configurations and error resolution in phpmyadmin

黄舟
Release: 2023-03-16 20:14:02
Original
1337 people have browsed it

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
Copy after login

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
Copy after login

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

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

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!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template