Detailed explanation of phpmyadmin related configuration and error resolution

  • 2021-08-12 02:10:37
  • OfStack

Detailed explanation of phpmyadmin related configuration and error resolution

Missing mcrypt extension


sudo apt-get install php5-mcrypt
sudo php5enmod mcrypt
 Check: /etc/php5/apache2/conf.d/ /etc/php5/mods-available/  Is there any in mcrypt Documents 
sudo service apache2 restart

Open any server login (access remote server)


 In the configuration file `etc/phpmyadmin/library/config.default.php`
 Or `usr/share/phpmyadmin/config.inc.php`
 Or `etc/phpmyadmin/config.inc.php` Add to 
$cfg['AllowArbitraryServer']=true

Invalid configuration file modification usr/share/phpmyadmin/config. inc. php


 Official documents: 
 Some versions (such as: Debian  Or  Ubuntu ) Will  config.inc.php  Put on  /etc/phpmyadmin  In rather than in  phpMyAdmin  Source code. 

If you have any questions, please leave a message or go to this site community to exchange and discuss, thank you for reading, hope to help everyone, thank you for your support to this site!


Related articles: