Check docker to make sure mysql is running:
docker ps
If not, you can try starting it again:
docker start steem_mysql
And if you're still having troubles, you can take a look at logs:
docker logs steem_mysql
This assumes you used the name steem_mysql
as specified in my script, change as necessary.