When pdo_mysql is not installed, the system will prompt that pdo_mysql must be supported. check whether the pdo_mysql module is correctly loaded. the installation method is simple. let's take a look.
When pdo_mysql is not installed, the system will prompt that pdo_mysql must be supported. check whether the pdo_mysql module is correctly loaded. the installation method is simple. let's take a look.
Solution:
1. modify the local php. ini configuration,Take php. ini in Win as an example. find; extension = php_pdo_mysql.dll,; extension = php_pdo.dll, and remove the semicolon ";"
2. restart the apache service.
Possible problems: an error occurs when the Apache + Php + mysql + Zend environment is created. when pdo_mysql.dll is used, an error occurs when IE is reported. copy the dll to the apache Directory.
Unzip and extract the libmysql. dll Extension Library in it and copy it to the xamppapachebin and xamppphp directories to overwrite the original file and restart apache. when you use the php_pdo_mysql.dll Extension Library to connect to the database, the IE page is automatically closed when an error
Click debug. the following message is displayed: szAppVer: 2.2.11.0 szModName: php_pdo_mysql.dll, szModVer: 5.2.8.8 offset: running 250A
-- With-mm: configure: error: cannot find mm library. installing mm in a non-/usr directory can solve the problem.