Thank you!
But the problem is this. I can define which ip addresses can access it,but...
Here is the idea-I would like to make a multiplayer game in c++ and store player data,location etc. in a MySQL database because it's working fast!
Every player will have a different ip address, and of course I can't add each ip manually
I can allow all ip addresses to access the database, but I don't know what's gonna happen with the security!
Last edited by miksy123; 03-30-2009 at 07:40 AM..
Reason: Added more questions
|