phpMyAdmin tips The mbstring extension is missing solution, phpmyadminmbstring
In this paper, the detailed analysis of the phpMyAdmin prompt the mbstring extension is missing solution, share for everyone to reference. Here's how:
First, the question:
phpMyAdmin tip: The mbstring extension is missing. Please check your PHP configuration.
Second, the solution:
In fact, just run a section: copy Code code as follows: Yum install php-mbstring OK, call it off.
If you are using Linux, this may be the problem: Look at/etc/php5/mods-available/json.ini This file, the second line at the beginning of the semicolon removed, that is, remove the comment, and then save, restart PHP.
I hope this article is helpful to everyone's PHP programming.
http://www.bkjia.com/PHPjc/929097.html www.bkjia.com true http://www.bkjia.com/PHPjc/929097.html techarticle phpMyAdmin Tips The mbstring extension is missing solution, phpmyadminmbstring This article more detailed analysis of phpMyAdmin tips the mbstring Extension is missing solution ...