MySQL插入一亿条数据

建立数据表 use test; CREATE TABLE `large_user` ( `id` bigint(20) DEFAULT NULL, `name` varchar(64) DEFAULT NULL, `age` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; 建立用户表 use test; CREATE
相关文章
相关标签/搜索