【发布时间】:2013-05-30 00:48:52
【问题描述】:
我打算在我当前的项目中使用 bonfire,所以我下载了 Bonfire for CodeIgniter,在安装过程中它需要您输入数据库详细信息,例如 主机、用户名、密码、数据库, 前缀
我的项目目前在数据库配置中使用 PDO ODBC,并且在我的 CI 的数据库配置中,我的路径类似于 odbc:Driver={Microsoft dBASE 驱动程序 (*.dbf)};DriverID=277;Dbq=... 这实际上在我的 PLAIN CodeIgniter 中工作,同时安装我的 Bonfire 提供这些详细信息我得到了错误
The installer could not connect to the MySQL server or the database, be sure to enter the correct information.: Unknown MySQL server host 'odbc' (11001)
这是什么意思?那么 bonfire 是否只适用于 MySQL?如果你觉得这些很简单,我很抱歉。因为我是篝火的新手
【问题讨论】:
标签: php codeigniter installation bonfire