找不到驱动程序(SQL:select * from information_schema.tables where table_schema = fireflyiii and table_name = migrations)

Spe*_*ill 2 laravel docker

我第一次使用Docker部署一个名为Firefly iii的Laravel应用程序。我已经从Digital Ocean的官方 Docker 镜像创建了一个服务器。

我刚刚运行docker-compose exec firefly_iii_app php artisan migrate --seed- 构建过程中的一个步骤。

但是,我遇到某种连接错误:

In Connection.php line 664:

  could not find driver (SQL: select * from information_schema.tables where table_schema = fireflyiii and table_name = migrations)


In PDOConnection.php line 50:

  could not find driver


In PDOConnection.php line 46:

  could not find driver
Run Code Online (Sandbox Code Playgroud)

我不明白为什么或如何进一步调试它。根据Firefly 文档,这不应该在这个阶段发生。

我仔细检查了 YAML 文件中的密码以确认其正确。

https://gist.github.com/s3w47m88/e56431d58808180c9ff7e4ee962e03a6

小智 5

你应该尝试这个: sudo apt-get install php7.0-mysql