PDF (US Ltr)
- 43.3Mb
PDF (A4)
- 43.4Mb
Man Pages (TGZ)
- 296.6Kb
Man Pages (Zip)
- 402.0Kb
Info (Gzip)
- 4.3Mb
Info (Zip)
- 4.3Mb
Search Results
https://dev.mysql.com/doc/refman/8.0/en/selinux-policies.html
The manual pages provide information about types and Booleans associated with the MySQL service. MySQL Server SELinux policy modules are typically installed by default. MySQL Server SELinux policy modules include: mysqld_selinux mysqld_safe_selinux ...
https://dev.mysql.com/doc/refman/8.0/en/charset-restrictions.html
However, you can perform IN BOOLEAN MODE searches on the column without an index. Identifiers are stored in mysql database tables (user, db, and so forth) using utf8mb3, but identifiers can contain only characters in the Basic Multilingual Plane ...
https://dev.mysql.com/doc/refman/8.0/en/x-plugin-options-system-variables.html
mysqlx_enable_hello_notice Command-Line Format --mysqlx-enable-hello-notice[={OFF|ON}] System Variable mysqlx_enable_hello_notice Scope Global Dynamic Yes SET_VAR Hint Applies No Type Boolean Default Value ON Controls messages sent to classic MySQL ... 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 ...
https://dev.mysql.com/doc/refman/8.0/en/source-configuration-options.html
For boolean options, the value may be specified as 1 or ON to enable the option, or as 0 or OFF to disable the option. The CMake program provides a great deal of control over how you configure a MySQL source distribution. Typically, you do this ...
https://dev.mysql.com/doc/refman/8.0/en/sys-ps-setup-reset-to-default.html
Parameters in_verbose BOOLEAN: Whether to display information about each setup stage during procedure execution. row *************************** status: Resetting: setup_actors DELETE FROM performance_schema.setup_actors WHERE NOT (HOST = '%' AND ...
https://dev.mysql.com/doc/refman/8.0/en/sys-ps-thread-stack.html
Returns a JSON formatted stack of all statements, stages, and events within the Performance Schema for a given thread ID. The value should match the THREAD_ID column from some Performance Schema threads table row. row *************************** ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-shell-tutorial-javascript-documents-collections.html
When you are using MySQL as a Document Store, collections are containers within a schema that you can create, list, and drop. Collections contain JSON documents that you can add, find, update, and remove. The examples in this section use the ...
https://dev.mysql.com/doc/refman/8.0/en/keywords.html
Certain keywords, such as SELECT, DELETE, or BIGINT, are reserved and require special treatment for use as identifiers such as table and column names. This may also be true for the names of built-in functions. Some keywords which are otherwise ...
https://dev.mysql.com/doc/refman/8.0/en/myisamchk-general-options.html
--wait, -w Command-Line Format --wait Type Boolean Default Value false Instead of terminating with an error if the table is locked, wait until the table is unlocked before continuing. The options described in this section can be used for any type ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-mgm-definition.html
Wan Version (or later) NDB 8.0.13 Type or units boolean Default false Range true, false Restart Type Node Restart: Requires a rolling restart of the cluster. The [ndb_mgmd] section is used to configure the behavior of the management server. If ...