MySQL快速创建测试数据(存储过程) 1.创建测试数据库 CREATE TABLE `test_user` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(11) DEFAULT NULL, `age` int(4) DEFAULT NULL, `address` varchar(256)