没有合适的资源?快使用搜索试试~ 我知道了~
首页MySQL 5.7参考手册
MySQL 5.7参考手册

MySQL 数据库由于其快速性能,高可靠性和易用性而成为世界上最流行的开源数据库。 它被广泛应用在各个行业。从个人到世界级的公司及行业领导者都广泛使用 MySQL 数据库。 例如 Yaho, Alcatel-Lucent, Gogle, Nokia, YouTbe 等。 像大多数产品一样,MySQL 安装极其简单。
资源详情
资源评论
资源推荐

MySQL 5.7 Reference Manual
Including MySQL NDB Cluster 7.5 and NDB Cluster 7.6

Abstract
This is the MySQL™ Reference Manual. It documents MySQL 5.7 through 5.7.24, as well as NDB Cluster releases
based on version 7.5 of NDB through 5.7.23-ndb-7.5.12, respectively. It may include documentation of features of
MySQL versions that have not yet been released. For information about which versions have been released, see the
MySQL 5.7 Release Notes.
MySQL 5.7 features. This manual describes features that are not included in every edition of MySQL 5.7; such
features may not be included in the edition of MySQL 5.7 licensed to you. If you have any questions about the
features included in your edition of MySQL 5.7, refer to your MySQL 5.7 license agreement or contact your Oracle
sales representative.
For notes detailing the changes in each release, see the MySQL 5.7 Release Notes.
For legal information, including licensing information, see the Preface and Legal Notices.
For help with using MySQL, please visit either the MySQL Forums or MySQL Mailing Lists, where you can discuss
your issues with other MySQL users.
Document generated on: 2018-08-25 (revision: 58790)

iii
Table of Contents
Preface and Legal Notices ............................................................................................................. xxvii
1 General Information ......................................................................................................................... 1
1.1 About This Manual ............................................................................................................... 2
1.2 Typographical and Syntax Conventions ................................................................................. 3
1.3 Overview of the MySQL Database Management System ........................................................ 4
1.3.1 What is MySQL? ....................................................................................................... 4
1.3.2 The Main Features of MySQL .................................................................................... 6
1.3.3 History of MySQL ...................................................................................................... 9
1.4 What Is New in MySQL 5.7 .................................................................................................. 9
1.5 Server and Status Variables and Options Added, Deprecated, or Removed in MySQL 5.7 ....... 24
1.6 MySQL Information Sources ............................................................................................... 37
1.6.1 MySQL Websites ..................................................................................................... 37
1.6.2 MySQL Mailing Lists ................................................................................................ 37
1.6.3 MySQL Community Support at the MySQL Forums ................................................... 39
1.6.4 MySQL Community Support on Internet Relay Chat (IRC) .......................................... 40
1.6.5 MySQL Enterprise .................................................................................................... 40
1.7 How to Report Bugs or Problems ........................................................................................ 40
1.8 MySQL Standards Compliance ............................................................................................ 45
1.8.1 MySQL Extensions to Standard SQL ........................................................................ 46
1.8.2 MySQL Differences from Standard SQL .................................................................... 49
1.8.3 How MySQL Deals with Constraints ......................................................................... 51
1.9 Credits ............................................................................................................................... 54
1.9.1 Contributors to MySQL ............................................................................................. 54
1.9.2 Documenters and translators .................................................................................... 59
1.9.3 Packages that support MySQL ................................................................................. 60
1.9.4 Tools that were used to create MySQL ..................................................................... 61
1.9.5 Supporters of MySQL .............................................................................................. 61
2 Installing and Upgrading MySQL .................................................................................................... 63
2.1 General Installation Guidance ............................................................................................. 65
2.1.1 Which MySQL Version and Distribution to Install ....................................................... 65
2.1.2 How to Get MySQL ................................................................................................. 67
2.1.3 Verifying Package Integrity Using MD5 Checksums or GnuPG ................................... 67
2.1.4 Installation Layouts .................................................................................................. 81
2.1.5 Compiler-Specific Build Characteristics ..................................................................... 81
2.2 Installing MySQL on Unix/Linux Using Generic Binaries ........................................................ 81
2.3 Installing MySQL on Microsoft Windows .............................................................................. 84
2.3.1 MySQL Installation Layout on Microsoft Windows ...................................................... 87
2.3.2 Choosing an Installation Package ............................................................................. 88
2.3.3 MySQL Installer for Windows ................................................................................... 89
2.3.4 MySQL Notifier ...................................................................................................... 111
2.3.5 Installing MySQL on Microsoft Windows Using a noinstall ZIP Archive ................. 123
2.3.6 Troubleshooting a Microsoft Windows MySQL Server Installation .............................. 132
2.3.7 Windows Postinstallation Procedures ...................................................................... 133
2.3.8 Upgrading MySQL on Windows .............................................................................. 135
2.4 Installing MySQL on macOS ............................................................................................. 137
2.4.1 General Notes on Installing MySQL on macOS ....................................................... 137
2.4.2 Installing MySQL on macOS Using Native Packages ............................................... 138
2.4.3 Installing a MySQL Launch Daemon ....................................................................... 144
2.4.4 Installing and Using the MySQL Preference Pane .................................................... 147
2.5 Installing MySQL on Linux ................................................................................................ 152
2.5.1 Installing MySQL on Linux Using the MySQL Yum Repository .................................. 153

MySQL 5.7 Reference Manual
iv
2.5.2 Replacing a Third-Party Distribution of MySQL Using the MySQL Yum Repository ..... 157
2.5.3 Installing MySQL on Linux Using the MySQL APT Repository ................................... 160
2.5.4 Installing MySQL on Linux Using the MySQL SLES Repository ................................. 160
2.5.5 Installing MySQL on Linux Using RPM Packages from Oracle .................................. 160
2.5.6 Installing MySQL on Linux Using Debian Packages from Oracle ............................... 166
2.5.7 Deploying MySQL on Linux with Docker .................................................................. 167
2.5.8 Installing MySQL on Linux from the Native Software Repositories ............................. 177
2.5.9 Installing MySQL on Linux with Juju ....................................................................... 180
2.5.10 Managing MySQL Server with systemd ................................................................. 180
2.6 Installing MySQL Using Unbreakable Linux Network (ULN) ................................................. 186
2.7 Installing MySQL on Solaris .............................................................................................. 186
2.7.1 Installing MySQL on Solaris Using a Solaris PKG .................................................... 187
2.8 Installing MySQL on FreeBSD ........................................................................................... 188
2.9 Installing MySQL from Source ........................................................................................... 189
2.9.1 MySQL Layout for Source Installation ..................................................................... 191
2.9.2 Installing MySQL Using a Standard Source Distribution ............................................ 191
2.9.3 Installing MySQL Using a Development Source Tree ............................................... 196
2.9.4 MySQL Source-Configuration Options ..................................................................... 198
2.9.5 Dealing with Problems Compiling MySQL ................................................................ 220
2.9.6 MySQL Configuration and Third-Party Tools ............................................................ 222
2.10 Postinstallation Setup and Testing ................................................................................... 222
2.10.1 Initializing the Data Directory ................................................................................ 223
2.10.2 Starting the Server ............................................................................................... 228
2.10.3 Testing the Server ................................................................................................ 231
2.10.4 Securing the Initial MySQL Account ...................................................................... 233
2.10.5 Starting and Stopping MySQL Automatically .......................................................... 235
2.11 Upgrading or Downgrading MySQL .................................................................................. 236
2.11.1 Upgrading MySQL ................................................................................................ 237
2.11.2 Downgrading MySQL ........................................................................................... 254
2.11.3 Rebuilding or Repairing Tables or Indexes ............................................................ 261
2.11.4 Copying MySQL Databases to Another Machine .................................................... 262
2.12 Perl Installation Notes ..................................................................................................... 263
2.12.1 Installing Perl on Unix .......................................................................................... 264
2.12.2 Installing ActiveState Perl on Windows .................................................................. 265
2.12.3 Problems Using the Perl DBI/DBD Interface .......................................................... 265
3 Tutorial ........................................................................................................................................ 267
3.1 Connecting to and Disconnecting from the Server .............................................................. 267
3.2 Entering Queries ............................................................................................................... 268
3.3 Creating and Using a Database ........................................................................................ 272
3.3.1 Creating and Selecting a Database ......................................................................... 273
3.3.2 Creating a Table .................................................................................................... 273
3.3.3 Loading Data into a Table ...................................................................................... 275
3.3.4 Retrieving Information from a Table ........................................................................ 276
3.4 Getting Information About Databases and Tables ............................................................... 290
3.5 Using mysql in Batch Mode .............................................................................................. 291
3.6 Examples of Common Queries .......................................................................................... 292
3.6.1 The Maximum Value for a Column ......................................................................... 293
3.6.2 The Row Holding the Maximum of a Certain Column ............................................... 293
3.6.3 Maximum of Column per Group .............................................................................. 294
3.6.4 The Rows Holding the Group-wise Maximum of a Certain Column ............................ 294
3.6.5 Using User-Defined Variables ................................................................................. 295
3.6.6 Using Foreign Keys ................................................................................................ 295
3.6.7 Searching on Two Keys ......................................................................................... 297
3.6.8 Calculating Visits Per Day ...................................................................................... 297

MySQL 5.7 Reference Manual
v
3.6.9 Using AUTO_INCREMENT ..................................................................................... 298
3.7 Using MySQL with Apache ............................................................................................... 300
4 MySQL Programs ........................................................................................................................ 303
4.1 Overview of MySQL Programs .......................................................................................... 304
4.2 Using MySQL Programs ................................................................................................... 308
4.2.1 Invoking MySQL Programs ..................................................................................... 308
4.2.2 Connecting to the MySQL Server ........................................................................... 309
4.2.3 Specifying Program Options ................................................................................... 313
4.2.4 Using Options on the Command Line ..................................................................... 314
4.2.5 Program Option Modifiers ....................................................................................... 315
4.2.6 Using Option Files ................................................................................................. 316
4.2.7 Command-Line Options that Affect Option-File Handling .......................................... 321
4.2.8 Using Options to Set Program Variables ................................................................. 322
4.2.9 Option Defaults, Options Expecting Values, and the = Sign ...................................... 323
4.2.10 Setting Environment Variables .............................................................................. 327
4.3 MySQL Server and Server-Startup Programs ..................................................................... 328
4.3.1 mysqld — The MySQL Server ............................................................................... 328
4.3.2 mysqld_safe — MySQL Server Startup Script ...................................................... 328
4.3.3 mysql.server — MySQL Server Startup Script .................................................... 335
4.3.4 mysqld_multi — Manage Multiple MySQL Servers ............................................... 337
4.4 MySQL Installation-Related Programs ................................................................................ 341
4.4.1 comp_err — Compile MySQL Error Message File .................................................. 341
4.4.2 mysql_install_db — Initialize MySQL Data Directory ......................................... 342
4.4.3 mysql_plugin — Configure MySQL Server Plugins .............................................. 353
4.4.4 mysql_secure_installation — Improve MySQL Installation Security ................ 355
4.4.5 mysql_ssl_rsa_setup — Create SSL/RSA Files ................................................. 358
4.4.6 mysql_tzinfo_to_sql — Load the Time Zone Tables ......................................... 361
4.4.7 mysql_upgrade — Check and Upgrade MySQL Tables ......................................... 361
4.5 MySQL Client Programs ................................................................................................... 369
4.5.1 mysql — The MySQL Command-Line Tool ............................................................ 369
4.5.2 mysqladmin — Client for Administering a MySQL Server ....................................... 396
4.5.3 mysqlcheck — A Table Maintenance Program ...................................................... 406
4.5.4 mysqldump — A Database Backup Program .......................................................... 415
4.5.5 mysqlimport — A Data Import Program ............................................................... 438
4.5.6 mysqlpump — A Database Backup Program .......................................................... 445
4.5.7 mysqlshow — Display Database, Table, and Column Information ............................ 462
4.5.8 mysqlslap — Load Emulation Client ..................................................................... 468
4.6 MySQL Administrative and Utility Programs ....................................................................... 477
4.6.1 innochecksum — Offline InnoDB File Checksum Utility .......................................... 477
4.6.2 myisam_ftdump — Display Full-Text Index information .......................................... 483
4.6.3 myisamchk — MyISAM Table-Maintenance Utility .................................................. 484
4.6.4 myisamlog — Display MyISAM Log File Contents .................................................. 501
4.6.5 myisampack — Generate Compressed, Read-Only MyISAM Tables ........................ 502
4.6.6 mysql_config_editor — MySQL Configuration Utility ......................................... 508
4.6.7 mysqlbinlog — Utility for Processing Binary Log Files .......................................... 515
4.6.8 mysqldumpslow — Summarize Slow Query Log Files ............................................ 536
4.7 MySQL Program Development Utilities .............................................................................. 538
4.7.1 mysql_config — Display Options for Compiling Clients ........................................ 538
4.7.2 my_print_defaults — Display Options from Option Files .................................... 540
4.7.3 resolve_stack_dump — Resolve Numeric Stack Trace Dump to Symbols ............. 541
4.8 Miscellaneous Programs ................................................................................................... 542
4.8.1 lz4_decompress — Decompress mysqlpump LZ4-Compressed Output .................. 542
4.8.2 perror — Explain Error Codes ............................................................................. 542
4.8.3 replace — A String-Replacement Utility ................................................................ 543
剩余5503页未读,继续阅读


















安全验证
文档复制为VIP权益,开通VIP直接复制

评论1