首页 > 数据库技术 > 详细

sakila数据库及其他数据库实例文件

时间:2018-09-27 11:55:43      阅读:219      评论:0      收藏:0      [点我收藏+]

 

下载地址:

https://dev.mysql.com/doc/index-other.html

 

Other MySQL Documentation

This page provides additional documentation. There‘s even more available on these extra pages:

MySQL Server Doxygen Documentation

TitleHTML Online
MySQL Server (latest version)

Expert Guides

LanguageTitleHTML OnlinePDF
English MySQL Internals
English MySQL Development Cycle

Example Databases

TitleDownload DBHTML Setup GuidePDF Setup Guide
employee data (large dataset, includes data and test/verification suite)
world database
world_x database
sakila database
menagerie database

MySQL Help Tables

TitleVersionDownload
MySQL Help Tables 8.0
MySQL Help Tables 5.7
MySQL Help Tables 5.6
MySQL Help Tables 5.5

To use: Download, uncompress, then load into MySQL with this command:

mysql mysql < file_name

If the server is a replication master and you want to avoid replicating the content to replication slaves, use this command:

mysql --init-command="SET sql_log_bin=0" mysql < file_name

As of MySQL 5.7.5, the SET statement is included in the file, so the --init-command option is not needed.

Additional Documentation

TitleHTML Online
MySQL++ Manual

Additional Resources


Additional documentation for other products is available using the sub-navigation options (WorkbenchTopic Guides, etc.) in the navigation bar. For other documentation, including example databases and help tables, see Other Docs.


Using PDF files

We recommend reading our PDF files with Adobe Reader 7.0 or better, kpdf or Okular (Linux), or Preview (macOS).

sakila数据库及其他数据库实例文件

原文:https://www.cnblogs.com/wangyang0210/p/9712243.html

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