innodb 5.0.18以来的更新时间问题没有解决吗?我运行mysql服务器版本。8.0.13. 我已经用workbench和python脚本更新了我的3个表。数据已更新,但没有相关信息。 UPDATE_TIME
总是 Null
更新表的语法: UPDATE tustomer SET cusEmail = %(value)s WHERE cusId =%(id)s
读取更新时间的语法
SELECT update_time
FROM information_schema.tables
WHERE table_schema='garibaldi'
AND table_name='abbcards';
我的完整脚本必须与更新时间值绑定。除了移动myisam引擎上的db之外,还有其他解决方案吗?
更新:
列自 information_schema.tables
```
TABLE_NAME
abbcards
TABLE_TYPE
BASE TABLE
ENGINE
InnoDB
TABLE_ROWS
250
CREATE_TIME
26.11.2018 12:04:17
UPDATE_TIME
(null)
CHECK_TIME
(null)
暂无答案!
目前还没有任何答案,快来回答吧!