mysql-docker
mysql-docker copied to clipboard
"lost connection to mysql server during query" when using "localhost"
With a fresh build of the docker image using all the defaults, I get the error lost connection to mysql server during query when trying to connect via DataJoint using the default config options (expect for changing the password to "simple"). If I change the key "database.host" from "localhost" to "0.0.0.0" it connects fine.