数据库插入中文乱码

错误写法:url=jdbc:mysql://localhost:3306/easy-blog?useUnicode=true&characterEncoding=UTF-8

正确写法:url=jdbc:mysql://localhost:3306/easy-blog?useUnicode=true&characterEncoding=utf8

posted @ 2020-03-19 16:56  銀色飞行船  阅读(123)  评论(0)    收藏  举报