Error Code: 2013. Lost connection to MySQL server during query

后端 未结 29 2124
深忆病人
深忆病人 2020-11-22 16:22

I got the Error Code: 2013. Lost connection to MySQL server during query error when I tried to add an index to a table using MySQL Workbench. I noticed als

29条回答
  •  一个人的身影
    2020-11-22 16:34

    Turns out our firewall rule was blocking my connection to MYSQL. After the firewall policy is lifted to allow the connection i was able to import the schema successfully.

提交回复
热议问题