码迷,mamicode.com
首页 > 数据库 > 详细

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

时间:2018-09-27 12:02:35      阅读:249      评论:0      收藏:0      [点我收藏+]

标签:href   master   5.6   target   lists   content   mysq   read   linu   

 

下载地址:

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数据库及其他数据库实例文件

标签:href   master   5.6   target   lists   content   mysq   read   linu   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!