MySQL
weixin_40425145
这个作者很懒,什么都没留下…
展开
-
Error Code: 1264. Out of range value for column 'precision' at row 1
DECIMAL(M,N):注意,N是小数点后面的位数,M-N为小数点前面的位数原创 2019-12-02 16:20:27 · 400 阅读 · 0 评论 -
设置MySQL事务锁超时时间
设置MySQL事务锁超时时间查看:SHOW GLOBAL VARIABLES LIKE ‘innodb_lock_wait_timeout’;设置:SET GLOBAL innodb_lock_wait_timeout=1500;原创 2019-12-01 19:21:18 · 4874 阅读 · 1 评论 -
pymysql.err.InternalError: (1366, "Incorrect string value: '\\xF0\\x9报错
pymysql.err.InternalError: (1366, "Incorrect string value: '\xF0\x9报错1.ALTER TABLE main_snak CONVERT TO CHARACTER SET utf8mb4;2.连接数据库时 charset=‘utf8mb4’原创 2019-12-01 16:22:59 · 220 阅读 · 0 评论 -
Error Code: 1451. Cannot delete or update a parent row: a foreign key constraint fails
Error Code: 1451. Cannot delete or update a parent row: a foreign key constraint fails (wikidata.descriptions, CONSTRAINT entity_id_descriptions FOREIGN KEY (entity_id) REFERENCES wikidata (id))解决方法:...原创 2019-11-29 20:04:18 · 1622 阅读 · 1 评论