본문 바로가기
my_lesson/_PHP

PHP - MyAdmin :mysqli mysql 확장 기능 이 설치 되지 않았습니다

by boolean 2015. 12. 28.
728x90

PHP - MyAdmin :mysqli mysql 확장 기능 이 설치 되지 않았습니다


cannot load MySQL extension, please check PHP Configur



1.20 I receive an error about missing mysqli and mysql extensions.

To connect to a MySQL server, PHP needs a set of MySQL functions called “MySQL extension”.
MySQL 서버에 연결하기 위해서는 "MySQL 확장"이라는 MySQL 함수들의 세트가 필요하다.
This extension may be part of the PHP distribution (compiled-in), otherwise it needs to be loaded dynamically.
이 확장은 PHP가 동적으로 실행되게 하는데 필요한 배포판 일것이다.
Its name is probably mysqli.so or php_mysqli.dll. phpMyAdmin tried to load the extension but failed.
그것의 이름은 phpMyAdmin을 확장하기위해 실행했을 때 실패하게 하는 mysqli.so 또는 php_mysqli.dll 일 것이다
Usually, the problem is solved by installing a software package called “PHP-MySQL” or something similar.
보통, 이런 문제는 "PHP-MySQL"이라는 소프트웨어 패키지를 설치 함으로써 해결되어진다.
There are currently two interfaces PHP provides as MySQL extensions - mysql and mysqli. The mysqli is tried first, because it’s the best one.

php를 서버에 설치 했으나 PHPMyAdmin이 제대로 동작하지 않을 때가 있다.
"PHP-MySQL" 이라는 소프트웨어 패키지를 추가로 설치해보자.
$sudo su
#apt-get install PHP-MySQL   //install  MySQL extension

'my_lesson > _PHP' 카테고리의 다른 글

Incompatible debugger version.  (0) 2014.12.20

댓글