The mbstring PHP extension and phpMyAdmin error issue
Recently I had configured Web server with PHP under Fedora core. Everything was working fine except the installation of phpMyAdmin, reported an error as follows:
The mbstring PHP extension was not found and you seem to be using a multibyte charset. Without the mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.
Following command helped me to find out the exact package name:
# yum search mbstring
Following command installed the package php-mbstring.i386 for fedora core 4:
# yum install php-mbstring.i386
Do not forget to restart web server.
E-mail this to a friend
Printable version
You may also be interested in other helpful articles:
- FreeBSD phpmyadmin — Cross Site Scripting Vulnerabilities Fix
- FreeBSD Install Lighttpd Web Server
- Lighttpd beware of default php session path permission
- No more php4 updates after 31st Dec 2007
- How to: Run and install PHP FastCGI on Microsoft IIS Server
Discussion on This Article:
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!


very helpful..and straight forward. thanks a lot
You are a smart guy… Thank you for helping me fix this issue.
Hi…I am having this problem but I did not understand whrere this command goes..?!!
Can you please explain more
Thanks! Works perfect
Thanks!!! Came up pretty high on google once you subtract “-windows” & “-dll”. I hate when those windows guys muck up my apache/mysql/php searches
Great Hint! You are A Godsend!