解决mysql出现"the table is full"的问题 编程开发 • 7年前 (2019-02-14) mysql出现"the table is full"的问题,一般有两个原因:一 .You are using the MEMORY (HEAP) storage engine; in this case you need to increase the value of the... 阅读 3472 次
批量导入数据(Mysql)报MySQL server has gone away 问题的解决方法 编程开发 • 7年前 (2019-02-14) 问题场景: 使用*.sql 脚本,批量导入数据到mysql实例中,使用DOS 界面导入的,期间,到最后一步 source D:\aaa.sql 回车后,系统提示 MySQL server has gone away错误; 问题分析首先度娘:mysql出... 阅读 2656 次
导入数据库时报错1067 – Invalid default value for ‘字段名’ 编程开发 • 7年前 (2019-02-13) 最近把mysql升级到5.7了,wordpress导数据报错Invalid default value for 'comment_date'原因出在类似这样的语句DROP TABLE IF EXISTS `wp_comments`; CREA... 阅读 3679 次