Unable to load mcrypt extension,
Check PHP configuration
In the following situations, you may run the phpMyAdmin program and prompt "The mcrypt extension cannot be loaded,
Please check the PHP configuration error prompt
Install the mcrypt Library
Mrcypt is not installed in the standard PHP installation process, but the main directory of PHP contains libmcrypt. DLL and libmhash. DLL file (libmhash. DLL is the mhash extension library, which can be installed together here ). First, copy the two files to the system directory Windows/system32, and then in PHP. press Ctrl + F in the INI file to jump out of the search box, and find the; Extension = php-mcrypt.dll and; Extension = php_mhash.dll statements, and then remove the previous ";"; finally, save and restart the Apache server.
1. the MySQL database is not correctly installed, and MySQL-related services are not started in the System Service (please check the correct method for installing MySQL)
2. libmcrypt is missing in the System32 (C:/Windows/system32) Directory of the system. DLL file. The solution is to find libmcrypt under the PHP Directory. DLL, and libmcrypt. copy the DLL to the C:/Windows/system32 directory and restart the web service.
3. php. in the INI file, the previous ";" in "; Extension = php_mcrypt.dll" is not removed, so the corresponding function cannot be used. The solution is to open PHP. INI File
Find
; Extension = php_mcrypt.dll
Change
Extension = php_mcrypt.dll // remove the previous one to make it take effect.
Replace it with a multi-language version to refresh it.