许多人在做MySQL优化时苦于没有测试数据,其实mysql官方有测试数据库 employees,包含了四百多万条记录。 安装步骤 1.测试数据库下载 git clone https://github.com/datacharmer/test_db 2.在test_db里打开cmd 3.在cmd中输入并回车 mysql -uroot -p你的密码 -t < employees.sql 4.导入成功