[DiscordArchive] Hello good morning, can someone give me a hand is that I want to connect to the database of my vps r
[DiscordArchive] Hello good morning, can someone give me a hand is that I want to connect to the database of my vps r
Archived author: Recuperawow • Posted: 2021-06-29T16:47:42.159000+00:00
Original source
Hello good morning, can someone give me a hand is that I want to connect to the database of my vps remotely but it won't let me, is there any guide on how to do it?
Archived author: subsix • Posted: 2021-06-29T17:06:26.697000+00:00
Original source
You need to open the Port to access the DB from external machine.
`sudo ufw allow 3306`
Archived author: WireLiteSoftGames • Posted: 2021-06-29T17:25:39.658000+00:00
Original source
you don't want to run your database remotely. that is NOT secure and you should never point port 3306 to the internet.
Archived author: WireLiteSoftGames • Posted: 2021-06-29T17:27:58.829000+00:00
Original source
unless you don't care if it gets hacked because opening port 3306 is a bad idea
Archived author: Jinnai • Posted: 2021-06-29T17:55:52.201000+00:00
Original source
while it might not be advised, you also need to allow access from external connections for your sql user too
Archived author: WireLiteSoftGames • Posted: 2021-06-29T18:03:39.498000+00:00
Original source
^