Home >Backend Development >PHP Tutorial >The mcrypt extension is missingSolution
When logging in to phpMyAdmin, it says The mcrypt extension is missing at the bottom. You can solve it by doing the following:
sudo php5enmod mcrypt
sudo /etc/init.d/apache2 restart
The above has introduced the solution to The mcrypt extension is missing, including the relevant content. I hope it will be helpful to friends who are interested in PHP tutorials.