How To Interact with a Online Hosted MySql Database?[Cocos2d-x/C++]

Hello,
I would like to know how to setup a (http?) connection with a mysql database with is hosted online, and how to execute queries on it, and get the result, my goal is to make a highscore leaderboard with some advanced features witch neither Google Play or Game Center does provide…
Thanks!

Well, the easiest way is to create REST API to your DB. Look for Amazon free tier. You can set it up in few minutes and start coding.