CodeIgniter Forums
CodeReactor Without MySQL compiled into the PHP - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: CodeReactor Without MySQL compiled into the PHP (/showthread.php?tid=41403)



CodeReactor Without MySQL compiled into the PHP - El Forum - 05-06-2011

[eluser]khsmith[/eluser]
What do I need to do to run CodeIgniter in an environment where the PHP available under apache2 was compiled without MySQL support of any kind?

I moved a working site from a server with SQL to one without. My only change was to specify sessions without the database -- is there anything else I need to do? I am getting Apache internal error 500 on the mySQL-less system not sure if it's related, but the significant difference between the two hosts is the lack of MySQL on the new system.

Has anyone run CI without any MySQL available? Must be someone has done this before, right?

Any help, suggestions, or ideas would be greatly appreciated.


CodeReactor Without MySQL compiled into the PHP - El Forum - 05-06-2011

[eluser]khsmith[/eluser]
With a little help from of my co-workers, the problem seems to have been related to not turning off the auto startup database config item, so looks like this can be closed out.