Okay, so I'm completely new to the server stuff, but I have a VPS running with MySql.
I want to create a mobile app with Python, but I need access to a database that's available for everyone.
So now I was thinking to open port 3006 on my VPS so we can access the database from the python app. But this feels like it's not a good practice.
Any advice?