Im planning to use bonfire on my current project so I have downloaded Bonfire for CodeIgniter and during the installation process it requires you to enter the database details like host, username, password, database, prefix
my project is currently using PDO ODBC in database configuration, and in my database config in my CI I have a path like odbc:Driver={Microsoft dBASE Driver (*.dbf)};DriverID=277;Dbq=... this actually works in my PLAIN CodeIgniter now while installing my Bonfire providing these details i get the error
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)
What does it mean? so is bonfire just for MySQL? Im sorry if you find these very simple. Since Im new to Bonfire