随笔分类 - 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);...
阅读全文
MySQL编程(0) - Mysql中文乱码问题解决方案
摘要:MySQL 5.6 for Windows 解压缩版配置安装:http://jingyan.baidu.com/article/f3ad7d0ffc061a09c3345bf0.htmlMySQL中文乱码的原因:1.server本身设定问题,例如还停留在latin12.table的语系设定问题(包含...
阅读全文
浙公网安备 33010602011771号