Skip to content

PHPMyAdmin 을 설치 후 실행했을 때 아래와 같은 에러 문구가 나타났을 경우 해결하는 방법

The mbstring PHP extension was not found and you seem to be using multibyte charset. 

Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.


재컴파일시 --enable-mbstring 을 추가해준다.

예)
 ./configure --prefix=/usr/local/php --with-apxs=/usr/local/apache/bin/apxs --with-jpeg-dir --with-gd --with-png-dir=/usr/lib --with-zlib-dir --with-zlib --with-config-file=/usr/local/lib --with-xml --with-mod_charset --with-language=korean --with-charset=euc_kr --with-kerberos --with-iconv --with-freetype-dir --enable-magic-quotes --enable-ftp --enable-gd-native-ttf --enable-sockets --enable-url-includes --enable-track-vars --with-curl --enable-mbstring --with-mysql=/usr/local/mysql


Copyright ADMINPLAY corp. All rights reserved.

abcXYZ, 세종대왕,1234

abcXYZ, 세종대왕,1234