mysql
oppoppoppo
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
数据库文件过大异常及解决方案
### Cause: com.mysql.jdbc.PacketTooBigException: Packet for query is too large (10485836 > 4194304). You can change this value on the server by setting the max_allowed_packet' variable. ; SQL []; Pack原创 2017-02-22 10:30:11 · 1158 阅读 · 0 评论 -
MYSQL的批量删除使用的xml
如果参数是array数组 delete from C_V WHERE UUID in <foreach item="item" index="index" collection="array" open="(" separator="," close=")"> #{item} 如果参数是对象属性 delete from C_V WHERE原创 2017-03-30 14:32:55 · 752 阅读 · 0 评论
分享