我在Windows 8.1上设置PHP和MysqL(Maria DB).我编辑了PHP.ini文件并取消注释了以下几行:
extension=PHP_MysqL.dll
extension=PHP_MysqLi.dll
extension=PHP_pdo_MysqL.dll
但不幸的是我无法连接到数据库,因为PHPinfo输出中没有显示pdo驱动程序.因此,当我尝试建立数据库连接时,会抛出异常:
Fatal error: Uncaught exception 'PDOException' with message 'could not find driver'
怎样才能解决这个问题?
最佳答案
原文链接:https://www.f2er.com/mysql/433210.html