In this tutorial you will learn how to create your own Highscores for your games, using your own free server / database. Let's go! Here's an example of how the...
Is it possible to create a BLANK MySQL database, then just copy it when I have a new user?
I want each user to have their own MySQL database to save ALOT of data in.
You can have different tables on the same database. With free MySQL you are probably restricted to only 1 or 2 databases.
For instance:
Table "scores"
PlayerID Score
007 150
003 487
002 293
Table "Players"
PlayerID Name Email Etc...
002 John johnsqr@mail.com
003 Mike mikesqr@mail.com
007 Brad bradsqr@mail.com