|
Hi there,
I'm from the PHP world and am looking to do some Java.
Me and a friend are thinking of starting up an online game.
We were thinking of storing the information (usernames, account details etc.) in a MySQL database. Is that a good way to store information or is there a better, mroe secure way?
Thanks
Ben
Replay:Online Game
mySql should work fine. Only other way would be XML. (There are others, but these aren't as nice, comma seperated files for example).
It all depends on what you want to store.
But if it's large amounts of relational data, I would use a database.
That said, mySql would be the database of choise, since it's easy to use and it's free.
|