I have an application, on Android with MySQL database, that works perfectly within a specific network. But when trying to access this same base in an external network I get the following message:
28000Acess Denied for user 'root' @ 'my ip' (using password: YES)
The MySQL database is on a paid FTP server, it is not inside the corporate network, I do not have a VPN tunnel connected directly to it.
What kind of setting do I change to connect to this base?