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 2 但我没有 sqlite 但 mysql。
但是 config.php 说我需要 sqllite3。
那是必须的还是我可以使用mysql
sqlite 仅用于网络分析器。您可以禁用分析器,它不会抱怨 sqlite。
从您的 AppKernel.php 中删除它
$bundles[] = new Symfony\Bundle\WebProfilerBundle\WebProfilerBundle();
或者最好安装php-sqlite
php-sqlite
如果无论如何不能使用 sqlite,我相信探查器实际上会退回到平面文件。所以我想说你可以放心地忽略来自 config.php 的消息