Connecting to MySQL remotely -
i quite new mysql , databases in general might straight forward answer. have following scenario:
- mysql server running on home network in country a.
- an application wanting communicate server different home network in country b.
how 1 establish communication between them? main problem understanding ip address (host) specify within application trying connect mysql. if ip address belongs router in country a, specify in order reach server?
thank you!
use ip address assigned isp , make sure router forwarding proper mysql port.
Comments
Post a Comment