首页 > 数据库技术 > 详细

MySQL 官方测试库

时间:2019-08-31 14:57:49      阅读:116      评论:0      收藏:0      [点我收藏+]

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)

技术分享图片
技术分享图片

MySQL 官方测试库

原文:https://www.cnblogs.com/mozq/p/11438624.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!