I am using it as the backend of my website which will do player rankings for a game. It is about 1.5gb in sql form (~300mb in gzip). I tried gzip but the restore wasnt working as expected as I mentioned in my other thread, and someone on stackoverflow told me to try using .sql instead of .gz and see if that works, so I need more space to upload the .sql file and import that.
website. the app has an api that allows me to grab player information which i want to use to create a website that will rank players (the app itself doesnt do rankings)
App provides: player name, level, scores. I get name, scores through their API into database and create rankings based on different criteria (total scores, scores by level, etc.).
nevermind. thx for the help. due to recent developments in the game I am no longer interested in creating a website for it (aka the game went down the crappers).