PDOException “could not find driver” in php

后端 未结 8 770
误落风尘
误落风尘 2020-12-03 21:11

I have installed Lampp on my linux system, and I am learning symfony2, while trying to create the schema with symfony2 command

php app/console doctrine:sche         


        
8条回答
  •  失恋的感觉
    2020-12-03 22:00

    I had the same problem and for me, it was having multiple PHP versions. So specifying the full address of the PHP solved the problem.

提交回复
热议问题