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

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

    If you are using SQL Work Bench, you can try using Indexing, by adding an index to your tables, to add an index, click on the wrench(spanner) symbol on the table, it should open up the setup for the table, below, click on the index view, type an index name and set the type to index, In the index columns, select the primary column in your table.

    Do the same step for other primary keys on other tables.

提交回复
热议问题