Everything worked fine, When I configure the TMySqlConnection
Driver to connect on the Local computer using WAMP local server, but when trying to configure the driv
I think that the problem is that you haven't set up the myuserna_me
user so that it has the right to connect to the DB from the 41.175.10.32
IP. mySQL user accounts do contain information from which IP given user may connect, it is also possible to use wildcard %
for "without IP restrictions" access.
See "Adding User Accounts" topic in mySQL manual, it has some examples too.