mozq

MySQL 官方测试库

github 地址
https://github.com/datacharmer/test_db
MySQL 文档地址
https://dev.mysql.com/doc/employee/en/sakila-structure.html

安装测试库

# 安装普通的
D:\00\test_db-master>mysql -uroot -proot < employees.sql
# 安装分区的
D:\00\test_db-master>mysql -uroot -proot < employees_partitioned.sql
# 测试安装
D:\00\test_db-master>mysql -uroot -proot -t < test_employees_md5.sql
D:\00\test_db-master>mysql -uroot -proot -t < test_employees_sha.sql

Bugs

# 没有指定用户名和密码,无法登录。
D:\00\test_db-master>mysql < employees_partitioned.sql
ERROR 1045 (28000): Access denied for user \'ODBC\'@\'localhost\' (using password: NO)


分类:

技术点:

相关文章:

  • 2021-12-04
  • 2022-01-07
  • 2021-04-08
  • 2021-12-05
  • 2021-04-24
  • 2021-07-17
  • 2021-08-24
  • 2021-11-20
猜你喜欢
  • 2021-12-24
  • 2021-12-10
  • 2022-01-01
  • 2021-10-31
  • 2022-01-07
  • 2021-05-01
  • 2021-12-19
相关资源
相似解决方案