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...
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