没有合适的资源?快使用搜索试试~ 我知道了~
首页mysql-8.0.doc.pdf
资源详情
资源评论
资源推荐

MySQL 8.0 Reference Manual
Including MySQL NDB Cluster 8.0

Abstract
This is the MySQL™ Reference Manual. It documents MySQL 8.0 through 8.0.18, as well as NDB Cluster
releases based on version 8.0 of NDB through 8.0.17-ndb-8.0.17, 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 8.0 Release Notes.
MySQL 8.0 features. This manual describes features that are not included in every edition of MySQL 8.0; such
features may not be included in the edition of MySQL 8.0 licensed to you. If you have any questions about the
features included in your edition of MySQL 8.0, refer to your MySQL 8.0 license agreement or contact your Oracle
sales representative.
For notes detailing the changes in each release, see the MySQL 8.0 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: 2019-05-12 (revision: 62014)

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 ........................................................................... 2
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 ............................................................................... 5
1.3.3 History of MySQL ................................................................................................. 8
1.4 What Is New in MySQL 8.0 ............................................................................................. 9
1.5 Server and Status Variables and Options Added, Deprecated, or Removed in MySQL
8.0 ...................................................................................................................................... 30
1.6 MySQL Information Sources .......................................................................................... 43
1.6.1 MySQL Websites ............................................................................................... 43
1.6.2 MySQL Mailing Lists ........................................................................................... 44
1.6.3 MySQL Community Support at the MySQL Forums .............................................. 46
1.6.4 MySQL Community Support on Internet Relay Chat (IRC) .................................... 46
1.6.5 MySQL Enterprise .............................................................................................. 46
1.7 How to Report Bugs or Problems .................................................................................. 47
1.8 MySQL Standards Compliance ...................................................................................... 51
1.8.1 MySQL Extensions to Standard SQL ................................................................... 52
1.8.2 MySQL Differences from Standard SQL .............................................................. 55
1.8.3 How MySQL Deals with Constraints .................................................................... 56
1.9 Credits .......................................................................................................................... 60
1.9.1 Contributors to MySQL ....................................................................................... 60
1.9.2 Documenters and translators .............................................................................. 64
1.9.3 Packages that support MySQL ............................................................................ 65
1.9.4 Tools that were used to create MySQL ............................................................... 66
1.9.5 Supporters of MySQL ......................................................................................... 66
2 Installing and Upgrading MySQL .............................................................................................. 69
2.1 General Installation Guidance ........................................................................................ 71
2.1.1 Which MySQL Version and Distribution to Install .................................................. 71
2.1.2 How to Get MySQL ............................................................................................ 73
2.1.3 Verifying Package Integrity Using MD5 Checksums or GnuPG .............................. 73
2.1.4 Installation Layouts ............................................................................................. 86
2.1.5 Compiler-Specific Build Characteristics ................................................................ 86
2.2 Installing MySQL on Unix/Linux Using Generic Binaries .................................................. 86
2.3 Installing MySQL on Microsoft Windows ......................................................................... 89
2.3.1 MySQL Installation Layout on Microsoft Windows ................................................ 92
2.3.2 Choosing an Installation Package ....................................................................... 92
2.3.3 MySQL Installer for Windows .............................................................................. 93
2.3.4 MySQL Notifier ................................................................................................. 116
2.3.5 Installing MySQL on Microsoft Windows Using a noinstall ZIP Archive ............ 127
2.3.6 Troubleshooting a Microsoft Windows MySQL Server Installation ........................ 135
2.3.7 Windows Postinstallation Procedures ................................................................ 137
2.4 Installing MySQL on macOS ........................................................................................ 139
2.4.1 General Notes on Installing MySQL on macOS .................................................. 139
2.4.2 Installing MySQL on macOS Using Native Packages .......................................... 140
2.4.3 Installing and Using the MySQL Launch Daemon ............................................... 144
2.4.4 Installing and Using the MySQL Preference Pane .............................................. 147
2.5 Installing MySQL on Linux ........................................................................................... 151
2.5.1 Installing MySQL on Linux Using the MySQL Yum Repository ............................. 152
2.5.2 Installing MySQL on Linux Using the MySQL APT Repository ............................. 156
2.5.3 Installing MySQL on Linux Using the MySQL SLES Repository ........................... 156
2.5.4 Installing MySQL on Linux Using RPM Packages from Oracle ............................. 157
2.5.5 Installing MySQL on Linux Using Debian Packages from Oracle .......................... 161

MySQL 8.0 Reference Manual
iv
2.5.6 Deploying MySQL on Linux with Docker ............................................................ 163
2.5.7 Installing MySQL on Linux from the Native Software Repositories ........................ 173
2.5.8 Installing MySQL on Linux with Juju .................................................................. 176
2.5.9 Managing MySQL Server with systemd ............................................................. 176
2.6 Installing MySQL Using Unbreakable Linux Network (ULN) ........................................... 181
2.7 Installing MySQL on Solaris ......................................................................................... 181
2.7.1 Installing MySQL on Solaris Using a Solaris PKG .............................................. 182
2.8 Installing MySQL on FreeBSD ..................................................................................... 183
2.9 Installing MySQL from Source ..................................................................................... 184
2.9.1 MySQL Layout for Source Installation ................................................................ 187
2.9.2 Installing MySQL Using a Standard Source Distribution ...................................... 187
2.9.3 Installing MySQL Using a Development Source Tree .......................................... 191
2.9.4 MySQL Source-Configuration Options ............................................................... 193
2.9.5 Dealing with Problems Compiling MySQL .......................................................... 216
2.9.6 MySQL Configuration and Third-Party Tools ...................................................... 218
2.9.7 Generating MySQL Doxygen Documentation Content ......................................... 218
2.10 Postinstallation Setup and Testing ............................................................................. 219
2.10.1 Initializing the Data Directory ........................................................................... 220
2.10.2 Starting the Server ......................................................................................... 225
2.10.3 Testing the Server .......................................................................................... 228
2.10.4 Securing the Initial MySQL Account ................................................................. 230
2.10.5 Starting and Stopping MySQL Automatically .................................................... 232
2.11 Upgrading MySQL ..................................................................................................... 233
2.11.1 Before You Begin ........................................................................................... 233
2.11.2 Upgrade Paths ............................................................................................... 234
2.11.3 What the MySQL Upgrade Process Upgrades .................................................. 235
2.11.4 Changes in MySQL 8.0 ................................................................................... 238
2.11.5 Preparing Your Installation for Upgrade ........................................................... 247
2.11.6 Upgrading MySQL Binary or Package-based Installations on Unix/Linux ............ 250
2.11.7 Upgrading MySQL with the MySQL Yum Repository ......................................... 255
2.11.8 Upgrading MySQL with the MySQL APT Repository ......................................... 256
2.11.9 Upgrading MySQL with the MySQL SLES Repository ....................................... 256
2.11.10 Upgrading MySQL on Windows ..................................................................... 256
2.11.11 Upgrading a Docker Installation of MySQL ..................................................... 258
2.11.12 Upgrade Troubleshooting .............................................................................. 258
2.11.13 Rebuilding or Repairing Tables or Indexes ..................................................... 259
2.11.14 Copying MySQL Databases to Another Machine ............................................ 260
2.12 Downgrading MySQL ................................................................................................. 261
2.13 Perl Installation Notes ................................................................................................ 261
2.13.1 Installing Perl on Unix ..................................................................................... 261
2.13.2 Installing ActiveState Perl on Windows ............................................................ 262
2.13.3 Problems Using the Perl DBI/DBD Interface ..................................................... 263
3 Tutorial .................................................................................................................................. 265
3.1 Connecting to and Disconnecting from the Server ......................................................... 265
3.2 Entering Queries ......................................................................................................... 266
3.3 Creating and Using a Database ................................................................................... 269
3.3.1 Creating and Selecting a Database ................................................................... 270
3.3.2 Creating a Table .............................................................................................. 271
3.3.3 Loading Data into a Table ................................................................................ 272
3.3.4 Retrieving Information from a Table ................................................................... 274
3.4 Getting Information About Databases and Tables ......................................................... 287
3.5 Using mysql in Batch Mode ......................................................................................... 288
3.6 Examples of Common Queries .................................................................................... 289
3.6.1 The Maximum Value for a Column .................................................................... 290
3.6.2 The Row Holding the Maximum of a Certain Column .......................................... 290
3.6.3 Maximum of Column per Group ........................................................................ 291
3.6.4 The Rows Holding the Group-wise Maximum of a Certain Column ....................... 291
3.6.5 Using User-Defined Variables ........................................................................... 292

MySQL 8.0 Reference Manual
v
3.6.6 Using Foreign Keys .......................................................................................... 292
3.6.7 Searching on Two Keys .................................................................................... 294
3.6.8 Calculating Visits Per Day ................................................................................. 294
3.6.9 Using AUTO_INCREMENT ............................................................................... 295
3.7 Using MySQL with Apache .......................................................................................... 297
4 MySQL Programs .................................................................................................................. 299
4.1 Overview of MySQL Programs ..................................................................................... 300
4.2 Using MySQL Programs .............................................................................................. 303
4.2.1 Invoking MySQL Programs ............................................................................... 303
4.2.2 Connecting to the MySQL Server ...................................................................... 304
4.2.3 Connecting Using a URI or Key-Value Pairs ...................................................... 308
4.2.4 Specifying Program Options .............................................................................. 313
4.2.5 Using Options on the Command Line ................................................................ 313
4.2.6 Program Option Modifiers ................................................................................. 315
4.2.7 Using Option Files ............................................................................................ 316
4.2.8 Command-Line Options that Affect Option-File Handling ..................................... 320
4.2.9 Using Options to Set Program Variables ............................................................ 322
4.2.10 Option Defaults, Options Expecting Values, and the = Sign ............................... 323
4.2.11 Setting Environment Variables ......................................................................... 326
4.3 MySQL Server and Server-Startup Programs ............................................................... 327
4.3.1 mysqld — The MySQL Server ......................................................................... 327
4.3.2 mysqld_safe — MySQL Server Startup Script ................................................. 327
4.3.3 mysql.server — MySQL Server Startup Script ............................................... 333
4.3.4 mysqld_multi — Manage Multiple MySQL Servers ......................................... 336
4.4 MySQL Installation-Related Programs .......................................................................... 339
4.4.1 comp_err — Compile MySQL Error Message File ............................................ 339
4.4.2 mysql_secure_installation — Improve MySQL Installation Security ........... 340
4.4.3 mysql_ssl_rsa_setup — Create SSL/RSA Files ........................................... 344
4.4.4 mysql_tzinfo_to_sql — Load the Time Zone Tables ................................... 346
4.4.5 mysql_upgrade — Check and Upgrade MySQL Tables ................................... 347
4.5 MySQL Client Programs .............................................................................................. 355
4.5.1 mysql — The MySQL Command-Line Client ..................................................... 355
4.5.2 mysqladmin — Client for Administering a MySQL Server .................................. 382
4.5.3 mysqlcheck — A Table Maintenance Program ................................................. 391
4.5.4 mysqldump — A Database Backup Program ..................................................... 400
4.5.5 mysqlimport — A Data Import Program ......................................................... 422
4.5.6 mysqlpump — A Database Backup Program ..................................................... 429
4.5.7 mysqlshow — Display Database, Table, and Column Information ...................... 445
4.5.8 mysqlslap — Load Emulation Client ............................................................... 451
4.6 MySQL Administrative and Utility Programs .................................................................. 460
4.6.1 ibd2sdi — InnoDB Tablespace SDI Extraction Utility ....................................... 460
4.6.2 innochecksum — Offline InnoDB File Checksum Utility .................................... 464
4.6.3 myisam_ftdump — Display Full-Text Index information ..................................... 469
4.6.4 myisamchk — MyISAM Table-Maintenance Utility ............................................. 470
4.6.5 myisamlog — Display MyISAM Log File Contents ............................................ 486
4.6.6 myisampack — Generate Compressed, Read-Only MyISAM Tables .................. 488
4.6.7 mysql_config_editor — MySQL Configuration Utility ................................... 493
4.6.8 mysqlbinlog — Utility for Processing Binary Log Files ..................................... 499
4.6.9 mysqldumpslow — Summarize Slow Query Log Files ...................................... 522
4.7 MySQL Program Development Utilities ......................................................................... 523
4.7.1 mysql_config — Display Options for Compiling Clients ................................... 524
4.7.2 my_print_defaults — Display Options from Option Files .............................. 525
4.8 Miscellaneous Programs .............................................................................................. 526
4.8.1 lz4_decompress — Decompress mysqlpump LZ4-Compressed Output ............ 526
4.8.2 perror — Display MySQL Error Message Information ....................................... 527
4.8.3 zlib_decompress — Decompress mysqlpump ZLIB-Compressed Output ......... 528
4.9 MySQL Program Environment Variables ....................................................................... 528
5 MySQL Server Administration ................................................................................................. 531
剩余6139页未读,继续阅读



















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

评论1