数据库连接不起作用-Symphony 1.4

时间:2018-08-06 10:37:52

标签: php doctrine symfony-1.4 legacy-code

enter image description here

我正在使用Symphony 1.4开发的旧版应用程序。我正在尝试在计算机中设置旧的symfony项目。但是,当我运行该项目时,出现以下问题。我的数据库身份验证已在以下database.yml文件中提供。

   all
      doctrine:
          class: sfDoctrineDatabase
          param:
              dsn: 'mysql:host=127.0.0.1;dbname=cirrenaivs'
              username: root
              password: my_secret_pw_shh

感谢某人对此问题的建议。

1 个答案:

答案 0 :(得分:0)

您需要安装PHP mysql扩展。根据您使用的操作系统,可能可以在您的Dockerfile中添加类似sudo yum install php-mysql的内容。