Hi everyone,
I am having the same issue in this link (ERROR 1130 (HY000): Host '172.19.0.13' is not allowed to connect to this MySQL server), so here is my background using windows:
- Your mysql container is crashing/restarting in an infinite loop. What’s the output of docker ps | grep mysql?
- How much memory do you have on your computer? free -h
- Can you try to run the mysql container on its own?
tutor dev stop
tutor local stop
tutor dev run mysql
- I’ve tried this but the ERROR 1130 still appears:
tutor dev dc down
tutor local dc down
tutor dev launch
Please help me.