PDF (US Ltr)
- 43.3Mb
PDF (A4)
- 43.4Mb
Man Pages (TGZ)
- 297.2Kb
Man Pages (Zip)
- 402.4Kb
Info (Gzip)
- 4.3Mb
Info (Zip)
- 4.3Mb
Search Results
Displaying 141 to 146
of 146 total results
- « Previous
- 13
- 14
- 15
https://dev.mysql.com/doc/refman/8.0/en/upgrade-troubleshooting.html
After the errors are fixed, perform a slow shutdown (by setting innodb_fast_shutdown=0) before attempting the upgrade again. A schema mismatch in a MySQL 5.7 instance between the .frm file of a table and the InnoDB data dictionary can cause an ...
https://dev.mysql.com/doc/refman/8.0/en/upgrading.html
Upgrading is a common procedure, as you pick up bug fixes within the same MySQL release series or significant features between major MySQL releases. This chapter describes the steps to upgrade a MySQL installation. You perform this procedure first ...
https://dev.mysql.com/doc/refman/8.0/en/where-optimization.html
At one time, a scan was used based on whether the best index spanned more than 30% of the table, but a fixed percentage no longer determines the choice between using an index or a scan. This section discusses optimizations that can be made for ...
https://dev.mysql.com/doc/refman/8.0/en/which-version.html
First, decide whether to install from a bugfix series like MySQL 8.4, or use an innovation release like MySQL 9.4. Both tracks include bug fixes while an innovation release includes the newest features. The naming scheme in MySQL 8.0 uses release ...
https://dev.mysql.com/doc/refman/8.0/en/windows-server-first-start.html
If something is wrong with your configuration, these messages make it easier for you to identify and fix any problems. This section gives a general overview of starting the MySQL server. The following sections provide more specific information for ...
https://dev.mysql.com/doc/refman/8.0/en/x-plugin-options-system-variables.html
If given, it must be specified as a /ns suffix immediately following the address. An address with no /ns suffix uses the host system global namespace. An address with a /ns suffix uses the namespace named ns. mysqlx_bind_address is not dynamic, so ... To control activation of X Plugin, use this option: --mysqlx[=value] Command-Line Format --mysqlx[=value] Type Enumeration Default Value ON Valid Values ONOFFFORCEFORCE_PLUS_PERMANENT This option controls how the server loads X Plugin at ...