Connection to a mySQL database from outside

Osyris

New Member
Dec 4, 2023
2
0
1
Hello,
I installed a phpmyadmin server on centos7 server on proxmox.
I can open the server with the link http:192.168.xx.xx/phpmyadmin

I'm looking for help finding how I can achieve this from my app externally.

This is an Android application that I would like to connect to this base

THANKS
 
There is DNAT, but you shouldn't just make your database / phpmyadmin reachable from public like that since this is quite the security issue. You should think about using a VPN for this purpose.
 
Hi, I'm learning every day so no worries about setting up a sufficient level of security with VPN if necessary. The Android app I'm creating won't be public at all. Only available for me and 2/3 people from my association. I'm going to look at what DNAT is and if you have any advice on setting up a VPN, I'm here to help. THANKS