I need to find out how to connect to a MySQL database. The database will store the current version number of the game. If the downloaded game's version (private float version) isn't the same as the current one, it will display "This version is outdated. Please download a new client" in an alert message.
Please help. kthxbai.