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
相關文章
相關標籤/搜索