ERROR 1130 (HY000): Host '172.18.0.9' is not allowed to connect to this MySQL server

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:

  1. Your mysql container is crashing/restarting in an infinite loop. What’s the output of docker ps | grep mysql?

  1. How much memory do you have on your computer? free -h
    image
  2. Can you try to run the mysql container on its own?
    tutor dev stop
    tutor local stop
    tutor dev run mysql

  1. I’ve tried this but the ERROR 1130 still appears:
tutor dev dc down
tutor local dc down
tutor dev launch

Please help me.

I’m pretty sure this is a Windows-specific issue that has to do with either Docker networking or volume mounting. Unfortunately I’m unable to help, as I don’t have access to a Windows machine.

Hi everyone,

I’ve run this successfully:

  1. run: tutor config printroot to see a path
  2. Inside that path, delete “data” folder