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.
在 Windows 中有这些 php.ini 参数值:
extension=php_pdo.dll extension=php_pdo_mysql.dll
Ubuntu 中没有 dll,那么 ubuntu 中这些参数的等价物是什么?
在 Linux 服务器上,您可以使用以下选项编译 php 在您的 php.ini 中,添加以下行
extension=pdo.so extension=pdo_mysql.so