I triple checked my db parameters. My db server is running. CI doesn’t report any sort of error.
I can access mysql using my command line. But CI seems to just exit out.
This doesn’t seem to have anything to do with CI, since I get the same thing with a simple php script that tries to connect to the database. Instead of returning false, mysql_connect seems to just exit.