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

 

下载地址:

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).

posted @ 2018-09-27 11:38  。思索  阅读(302)  评论(0编辑  收藏  举报