MySQL表中的dud条目

时间:2016-05-25 22:07:00

标签: mysql

我在MySQL表中有一个dud条目,我无法更新或执行任何操作。这会导致应用程序出现问题,因为它显示了一项突出的任务,但我们无法清除错误。我想知道有没有办法纠正这个问题?

chmod a+x VMware-Workstation-Full-12.1.1-3770994.x86_64.bundle
sudo ./VMware-Workstation-Full-12.1.1-3770994.x86_64.bundle

快照在

之下
+------+---------+--------+---------------------+
| id   | type_id | status | created_at          |
+------+---------+--------+---------------------+
| 8706 |     174 |      0 | 2014-05-16 14:13:13 |
| 8707 |     174 |      9 | 2014-05-16 14:18:29 |
| 8708 |     174 |      7 | 2014-05-16 14:19:54 |
| 8709 |     174 |      7 | 2014-05-16 14:21:20 |
| 8711 |     239 |      0 | 2014-05-20 02:14:57 |
| 8712 |     239 |      0 | 2014-05-20 02:21:20 |
| 8713 |     239 |      0 | 2014-05-20 02:28:19 |
| 8714 |     239 |      0 | 2014-05-20 02:31:02 |
+------+---------+--------+---------------------+
8 rows in set (0.00 sec)

Missing Entry

select id, type_id, status,created_at from device where id > 8705 and id < 8715;

Missing Entry 2

我想知道是否有任何可以纠正的方法并使应用程序再次正常工作?

1 个答案:

答案 0 :(得分:0)

我认为该条目不存在,通过创建插入命令,它可以解决问题。

customer.default_source = customer.sources.retrieve(card_id)