随笔分类 -  MySQL编程

SoccerLeagueDB
摘要:create table if not exists League ( lid int primary key auto_increment, lyear int not null, season varchar(10) not null, title varchar(30) not null);... 阅读全文
posted @ 2015-05-13 10:47 逝者如斯(乎) 阅读(196) 评论(0) 推荐(0)
MySQL编程(0) - Mysql中文乱码问题解决方案
摘要:MySQL 5.6 for Windows 解压缩版配置安装:http://jingyan.baidu.com/article/f3ad7d0ffc061a09c3345bf0.htmlMySQL中文乱码的原因:1.server本身设定问题,例如还停留在latin12.table的语系设定问题(包含... 阅读全文
posted @ 2014-10-06 21:29 逝者如斯(乎) 阅读(212) 评论(0) 推荐(0)