Nuacht

We've had a few issues with Can't connect to local MySQL server through socket but I was never able to reproduce them #845 #844 What's your kubectl logs show for the container?
Hi, I did the following to start a MySQL docker container: docker pull mysql docker run --name=mysql1 -e MYSQL_ROOT_PASSWORD=password123# -e MYSQL_ROOT_HOST=% -p 3306:3306 -d mysql ...