Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 Symfony 的新手,想尝试一下,但我似乎不知道这个“POD 驱动程序”是什么以及如何安装它。我正在运行 Ubuntu Server 12.04。
我想你的意思是PDO驱动程序?这是数据库连接的通用层,应该已经安装了特定的数据库驱动程序。
对于 mysql,它与php5-mysql软件包一起安装。
php5-mysql