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
https://dev.mysql.com/doc/refman/8.0/en/solaris-installation-pkg.html
You can install MySQL on Solaris using a binary package of the native Solaris PKG format instead of the binary tarball distribution. To upgrade when using the Solaris package file format, you must remove the existing installation before installing ...Note MySQL 5.7 has a dependency on the Oracle Developer Studio Runtime Libraries; but this does not apply to MySQL ...
https://dev.mysql.com/doc/refman/8.0/en/spatial-analysis-functions.html
MySQL provides functions to perform various operations on spatial data.
https://dev.mysql.com/doc/refman/8.0/en/spatial-function-reference.html
The following table lists each spatial function and provides a short description of each one.
https://dev.mysql.com/doc/refman/8.0/en/stop-replica.html
Recommended best practice is to execute STOP REPLICA on the replica before stopping the replica server (see Section 7.1.19, “The Server Shutdown Process”, for more information). See Section 15.4.2.3, “CHANGE REPLICATION SOURCE TO Statement”, ...] thread_type: IO_THREAD | SQL_THREAD channel_option: FOR CHANNEL channel Stops the replication ...
https://dev.mysql.com/doc/refman/8.0/en/sys-schema-views.html
Views without the x$ prefix differ from the corresponding x$ views in these ways: Byte counts are formatted with size units using format_bytes(). SQL statements are truncated to a maximum display width using format_statement(). The sys schema ...
https://dev.mysql.com/doc/refman/8.0/en/sys-statement-performance-analyzer.html
Use the format db_name.tbl_name or tbl_name without using any backtick (`) identifier-quoting characters. If specifying a view, use the same format as for the in_table parameter. Creates a report of the statements running on the server. The views ...
https://dev.mysql.com/doc/refman/8.0/en/upgrade-prerequisites.html
In-place upgrade to MySQL 8.0 is not supported if tables contain old temporal columns in pre-5.6.4 format (TIME, DATETIME, and TIMESTAMP columns without support for fractional seconds precision). If your tables still use the old temporal column ...
https://dev.mysql.com/doc/refman/8.0/en/version-tokens-reference.html
System variables: version_tokens_session Command-Line Format --version-tokens-session=value System Variable version_tokens_session Scope Global, Session Dynamic Yes SET_VAR Hint Applies No Type String Default Value NULL The session value of this ...
https://dev.mysql.com/doc/refman/8.0/en/window-function-optimization.html
For EXPLAIN, windowing execution plan information is too extensive to display in traditional output format. To see windowing information, use EXPLAIN FORMAT=JSON and look for the windowing element. Window functions affect the strategies the ...
https://dev.mysql.com/doc/refman/8.0/en/windows-installation.html
For more information about each individual step, see Section 2.3.3.3.1, “MySQL Server Configuration with MySQL Installer”. Additional Installation Information It is possible to run MySQL as a standard application or as a Windows service. For ...