.Net can't connect to mariadb database in docker container
I'm trying to connect to my Mariadb database that's inside a Docker container. I've looked at Microsoft's documentation and searched on Google to find out why I'm getting an error message saying that there's nothing to retrieve from the database.…