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).
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.).
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)
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...
Hi. What is the best way to restore a large database file. I am trying to move my local testserver's database onto my hosting database but everytime I try to import with bigdump or mysqldumper the process always stops midway and I get an error for both scripts. Bigdump returns "Page unavailable...
I need more space. I am trying to upload a large database and need to upload the database to my folder through ftp first before importing into mysql.
Thanks