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

后端 未结 29 2111
深忆病人
深忆病人 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:44

    I had the same problem - but for me the solution was a DB user with too strict permissions. I had to allow the Execute ability on the mysql table. After allowing that I had no dropping connections anymore

提交回复
热议问题