|
|
|
|
|
by dx034
3455 days ago
|
|
Many database systems are by default only exposed to localhost, you'd have to specifically change the settings to be able to talk to it from outside. That's at least the case for Postgres and MSSQL, not sure about MySQL. I don't see any reason that a database should allow to listen to any address without authentication. There shouldn't be a real world application requiring this. |
|