Quote:
|
Originally Posted by Daniel
Is it worth running a free mysql hosting service nowadays. I know there were some sites offering this who were quite popular a few years ago. I am thinking of starting something like this, but i am not 100% sure.
I would like to make an idea about the advantages and disadvantages of running such a service.
|
Since no one else seems to have elaborated on the topic, I'll take the chance.
MySQL hosting will be abused like there is no tomorrow unless you put creative limits on it and keep it for use primiarly by developers.
Here are some examples of it:
1) Joe Somebody wants to run a forum on FreeHostA. Since FreeHostA wants to save their server resources they don't provide MySQL. Joe Somebody then comes to your service and uploads an obscenely large database backup and runs his massive forum off of your server's back.
2) Joe Phisher is sending out emails collecting Paypal information. He puts the database access to your service and then sets up dozens of website fronts to collect the information and send it to your database server.
What I would suggest is put a limit on how many queries users can run and how many tables/rows they can put in the database. Look at
http://www.freesql.org/ for more information about a good SQL hosting service.