Creating your own Leaderboard / Highscores Easy and Free (PHP & MySQL) [UPDATED 2020]

You're viewing a single comment in a conversation. View all the comments
  • 2 Comments

  • Order by
  • 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 johnpig@mail.com

      003 Mike mikepig@mail.com

      007 Brad bradpig@mail.com