Home > Backend Development > PHP Tutorial > Solution to ERROR:could not find driver when php uses pdo to operate the database

Solution to ERROR:could not find driver when php uses pdo to operate the database

WBOY
Release: 2016-07-25 09:05:33
Original
1082 people have browsed it
  1. extension=php_pdo_mysql.dll
  2. extension=php_pdo_pgsql.dll
  3. extension=php_pdo_mssql.dll
  4. extension=php_pdo_odbc.dll
  5. extension=php_pdo_firebird.dll
Copy the code

It may be because php_pdo_mysql is not added. dll extension.



source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template