摘要: 首先,为自己要导入的文件按照属性创建好表: mysql> create table xxx( -> id int not null primary key, -> name char(30) character set utf8 not null, -> level char(30) charact 阅读全文
posted @ 2020-10-02 14:35 minexy 阅读(577) 评论(0) 推荐(0)