mysql-docker icon indicating copy to clipboard operation
mysql-docker copied to clipboard

"lost connection to mysql server during query" when using "localhost"

Open iamamutt opened this issue 4 years ago • 0 comments

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.

iamamutt avatar Aug 20 '21 18:08 iamamutt