Home > Backend Development > PHP Tutorial > Solution to could not find driver in Php7.3

Solution to could not find driver in Php7.3

little bottle
Release: 2023-04-06 07:18:01
forward
24941 people have browsed it

This article is about how to solve the problem of could not find driver in Php7.3. Friends in need can take a look.

Today phpstudy upgraded php7.3 and found that the framework reported an error: could not find driver. Later, I found that several default php.ini configurations were commented out. Configure php.ini and modify it as follows:

extension=mysqli
extension=pdo_mysql
extension=pdo_odbc
Copy after login

Run again. . . OK, normal,
Additional: Several other commonly used extensions should also be enabled:

extension=curl
extension=fileinfo
extension=gd2
Copy after login

Related tutorials: PHP video tutorial

The above is the detailed content of Solution to could not find driver in Php7.3. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
php
source:cnblogs.com
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
Latest Articles by Author
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template