MySQL
ahuyangdong
Java Web + Android
展开
-
Mysql插入数据报错java.sql.SQLException: Incorrect string value: '\xF0\x9F\x98\x8D\xE8\xBE...'
前几日在项目中遇到数据库插入数据报错java.sql.SQLException: Incorrect string value: '\xF0\x9F\x98\x8D\xE8\xBE...' for column 'title' at row 1一直以为是中文字符编码不对,然后找了各种编码的东西。后来无意中发现了一篇文章:http://blog.csdn.net/fuxuejun/a原创 2016-02-25 17:56:57 · 20695 阅读 · 1 评论 -
MyBatis数据库连接出现Communications link failure现象的解决办法(dbcp2连接池)
背景近期项目生产环境中老是出现”Communications link failure,The last packet successfully received from the server was ** millisecond ago.” 然后系统就无法读取数据库了。解决办法1、排查mysql数据库配置文件my.cnf中有无wait_timeout、interactive_timeout两个原创 2017-11-16 12:43:35 · 21365 阅读 · 0 评论