PHPMyAdmin 오류조치법 Your PHP MySQL library version 3.23.49 differs from your MySQL server version 4.0.27. This may cause unpredictable behavior

by ADMINPLAY posted Jan 20, 2009
?

단축키

Prev이전 문서

Next다음 문서

ESC닫기

크게 작게 위로 아래로 댓글로 가기 인쇄
Your PHP MySQL library version 3.23.49 differs from your MySQL server version 4.0.27. This may cause unpredictable behavior



재컴파일시 --with-mysql 을 추가해준다.

예)
 ./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


Articles

1 2 3