Is it possible to create an empty MySQL database file and then copy it to a new folder
on my website when a new user starts a new game?
I want to create a blank MySQL database with custom tables, and just copy it when I have a new
user. That new user would be able to use that blank MySQL database to save all their user data.