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

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

    Start the DB server with the comandline option net_read_timeout / wait_timeout and a suitable value (in seconds) - for example: --net_read_timeout=100.

    For reference see here and here.

提交回复
热议问题