MySQL错误2013:30秒后在查询过程中失去连接

时间:2018-09-06 11:03:55

标签: mysql

使用 MySQL 8.0.11 。我要在具有以下结构的 artist 表中插入1行:

enter image description here

我的查询如下:

INSERT INTO artist(`id_artist`, `name`) 
VALUES  ('251874', 'Hetfield')
ON DUPLICATE KEY UPDATE `id_artist` = `id_artist`

30秒后仍然无法执行以下操作:

  

错误代码:2013。查询期间与MySQL服务器的连接丢失

1 个答案:

答案 0 :(得分:0)

您的分区(MySQL的数据目录)是否已满?