Connecting to MySQL remotely -


i quite new mysql , databases in general might straight forward answer. have following scenario:

  1. mysql server running on home network in country a.
  2. 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

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -