gpt4 book ai didi

php - 无法使用 Symfony 4.1 : could not find driver 创建数据库

转载 作者:行者123 更新时间:2023-12-02 00:30:26 25 4
gpt4 key购买 nike

当我执行命令时 php bin/console doctrine:database:create 我有这些错误:

In AbstractMySQLDriver.php line 126: An exception occurred in driver: could not find driver

In PDOConnection.php line 50: could not find driver

In PDOConnection.php line 46: could not find driver


配置/包/doctrine.yaml

doctrine:
dbal:
# configure these for your database server
driver: 'pdo_mysql'
server_version: '5.7'
charset: utf8mb4
default_table_options:
charset: utf8mb4
collate: utf8mb4_unicode_ci

.环境

DATABASE_URL=mysql://root:root@127.0.0.1:3306/blogMyProject

我的 PHP 扩展: My PHP Extensions

php.ini 扩展: php.ini extensions

PHP 7.2.7 - MySQL 5.7.11 - Symfony 4.1.4 - 我使用 UwAmp 3.1.0 - 我在 Windows 上

我不明白这些错误是从哪里来的。

最佳答案

这适用于我的情况

symfony 4.2
php 7.3

我启用了

extension=pdo_mysql

在 php.ini 中

关于php - 无法使用 Symfony 4.1 : could not find driver 创建数据库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52138206/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com