'How can I access the same phpMyAdmin account from different computers? (not on same network)

Members of the team have to use the same database for working on a project. Uptill now, only one person was working on backend, using localhost for running MySQL along with node.js. But now different members have to upload data on the same database from different computers.

There is information on using same phpMyAdmin account from different computers on the same network (LAN). However, our computers are not on the same network. ( This is the video link: https://www.youtube.com/watch?v=vf_BBBTfxm0 )

So how can we use the same database?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source