mysql
disneylu
这个作者很懒,什么都没留下…
展开
-
JDBC连接执行 MySQL 存储过程报权限错误:User does not have access to metadata required to determine stored procedur
执行存储过程时,出现如下错误:java.sql.SQLException: User does not have access to metadata required to determine stored procedure parameter types. If rights can not be granted, configure connection with "noAccessT转载 2016-03-13 11:46:49 · 3874 阅读 · 0 评论 -
mysql提示Truncated incorrect DOUBLE value的异常处理
mybatis注解的一个SQLupdate t_chat_invitations set reply_time = #{replyTime} and flag = #{flag} where id = #{id},其中有一个日期字段的修改,很简单、很正常的一个SQL语句,但是运行老是提示 Truncated incorrect DOUBLE value 错误,翻来覆去看,找不到原因。最...原创 2018-07-20 21:41:31 · 13623 阅读 · 0 评论