ID:155220
 
Alright, I made another topic about a code problem that I had. I realized that the format for the dbi was incorrect. (dbi:mysql:[database_name]:[server]:[port])

I'm using a MySQL database from a free site I have at bytehost. I believe the problem has to do with that. Does anyone have a solution to this?
Many free hosts only allow for local MySQL connections, meaning connections from the outside world get rejected. Only things running on the same server as the MySQL database can connect to it (such as PHP scripts and whatnot).
In response to Nadrew
Thanks, this is probably the root of my problem.
I'll post again later if it's not the case =/