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

2024-08-16 09:37:14 浏览数 (1)

下载地址:

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:

  • Archives: the complete documentation archives
  • About: information about MySQL documentation and the MySQL documentation team

MySQL Server Doxygen Documentation

Title

HTML Online

MySQL Server (latest version)

View

Expert Guides

Language

Title

HTML Online

PDF

English

MySQL Internals

View

English

MySQL Development Cycle

View

US Ltr | A4

Example Databases

Title

Download DB

HTML Setup Guide

PDF Setup Guide

employee data (large dataset, includes data and test/verification suite)

GitHub

View

US Ltr | A4

world database

Gzip | Zip

View

US Ltr

world_x database

TGZ | Zip

sakila database

TGZ | Zip

View

US Ltr | A4

menagerie database

TGZ | Zip

MySQL Help Tables

Title

Version

Download

MySQL Help Tables

8.0

Gzip | Zip

MySQL Help Tables

5.7

Gzip | Zip

MySQL Help Tables

5.6

Gzip | Zip

MySQL Help Tables

5.5

Gzip | Zip

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

代码语言:javascript复制
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:

代码语言:javascript复制
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

Title

HTML Online

MySQL Manual

View

Additional Resources

  • Technical articles about MySQL
  • MySQL Mailing List Archives

Additional documentation for other products is available using the sub-navigation options (Workbench, Topic 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).

0 人点赞