【发布时间】:2015-10-23 07:57:12
【问题描述】:
我已经上传了文件。我的页面显示正常,只是它没有连接到 mysql 数据库并给出以下错误。我正在使用 bluehost 共享托管服务,它以前有 php 5.4,但现在升级到 5.6 beta。我正在使用 Laravel 框架 5.1。
PDOException in Connector.php line 50:could not find driver
如果我在在线项目中遗漏了什么,请帮忙。
【问题讨论】:
-
安装或启用 pdo_mysql 扩展
-
什么是 5.6 测试版?问题似乎是 bluehost 没有连接到您定义的数据库所需的 db 驱动程序。
-
类似的问题已经有[Laravel: Error [PDOException]: Could not Find Driver in MySQL](stackoverflow.com/questions/30529583/…)