随笔分类 -  MySql

摘要:1:将txt中的数据导入数据库表中,命令: load data local infile 'D:\\文件名.txt' into table 表名 fields terminated by '\t'; 2:插入数据后查询显示乱码,解决方案: set character set_results=utf- 阅读全文
posted @ 2016-12-09 23:37 人间烟火地三鲜 阅读(600) 评论(0) 推荐(0)