php - Allow someone else to connect to my XAMPP mysql
Solution:
I don't know if you want to that just for testing, if it is, maybe ngrok could work for you.
It creates tunnels to localhost, but it has no custom domains on the free plan though.
Answer
Solution:
Use ngrok. Alternatively if you want it to be free in terms of use, you can setup your own ngrok like server using expose. Here is the link https://github.com/beyondcode/expose
Source