MySQL
liqiuxiacs
Practise Makes Perfect
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Mysql 1064错误
在mysql建了一个有外键的表,就报了1064错误1、[Err] 1064 -You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'type=InnoDB' at line 1,原创 2016-10-19 11:18:44 · 508 阅读 · 0 评论 -
mysql编码问题解决办法
我遇到的问题是,在mysql插入记录时显示正常,从网站修改数据写回数据库时中文字符变成了问号。1、连接数据库的时候jdbc.properties: jdbc:mysql://localhost:3306/myproject?useUnicode=true&characterEncoding=utf8applicationContext.xml: jdbc:mysql://localho原创 2016-07-17 21:43:08 · 260 阅读 · 0 评论
分享