Nuacht

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 ...
I have the same issue in the tutorial. (pymysql.err.OperationalError) (2003, "Can't connect to MySQL server on 'localhost' ( [Errno 2] No such file or directory)" Connection fails when deployed to ...