测试数据及工具准备

测试数据

  1. 进入mysql官方提供的测试数据库

  2. 下载文件

  3. 进入文件根目录

  4. 运行命令导入数据

    mysql -u账户名 -p密码 employees.sql
    # 测试分区运行
    mysql -u账户名 -p密码 employees_partitioned.sql
  5. 使用命令检查导入是否正确

    mysql -t < test_employees_md5.sql
    # OR
    mysql -t < test_employees_sha.sql
  6. 使用数据库连接工具查看数据库表结构
    file
    file

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注