摘要:
【问题】mysql从5.6升级到5.7后出现:插入数据和修改数据时出错Caused by: com.ibatis.common.jdbc.exception.NestedSQLException: The error occurred while applying a parameter map. 阅读全文
摘要:
今天用mysql执行了一个60M的SQL脚本遇到了一些错误,经由网上查询如下: 1.#2006 - MySQL server has gone away 出现该错误代码原因如下: 1、应用程序长时间的执行批量的MySQL语句。 2、执行一个SQL,但SQL语句过大或者语句中含有BLOB或者longb 阅读全文