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/linux-installation-rpm.html
In most cases, you need to install the mysql-community-server, mysql-community-client, mysql-community-client-plugins, mysql-community-libs, mysql-community-icu-data-files, mysql-community-common, and mysql-community-libs-compat packages to get a ...
https://dev.mysql.com/doc/refman/8.0/en/keyring-key-migration.html
For example, if keyring_file is the source or destination, you must set the keyring_file_data system variable if the keyring data file location is not the default location. The user a server in key-migration mode runs as must have permission to read ...This means that --defaults-file must not point to the same options file that is used to start the running server if it cantains a line such as ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-shm-definition.html
In setups where multiple hosts are each running a data node and an API node, it is possible to enable shared memory on all such hosts by setting UseShm in the [ndbd default] section of the configuration file. The API nodes for which no host names ...
https://dev.mysql.com/doc/refman/8.0/en/kerberos-pluggable-authentication.html
For example: [mysqld] authentication_kerberos_service_key_tab=/var/mysql/data/mysql.keytab If the keytab file is not in the correct place or does not contain a valid SPN key, the MySQL server does not validate this, but clients return authentication ...The file must be located in the directory named by the plugin_dir system ...Table 8.24 Plugin and Library Names for Kerberos Authentication Plugin or File Plugin or File Name Server-side plugin authentication_kerberos Client-side plugin authentication_kerberos_client Library file authentication_kerberos.so, authentication_kerberos_client.so The ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-programs-ndb-desc.html
The number of bytes shown as Free extent_space is available for storing on-disk column data from the fish table only; for this reason, it is not visible when selecting from the Information Schema FILES table. In other words, 1048576 - 1044440 = 4136 ...The Version column in the output contains the table's schema object ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-replication-conflict-resolution.html
You must create any exceptions table before creating the data table with which it is to be used. Important The mysql.ndb_replication table is read when a data table is set up for replication, so the row corresponding to a table to be replicated must ... Requirements Source Column Control Conflict Resolution Control Conflict Resolution Functions Conflict Resolution Exceptions Table Conflict Detection Status Variables Examples When using a replication setup involving multiple sources (including circular replication), it is possible that different sources may try to update the same row on the replica with different ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-installer-change-path-proc.html
Note Starting with MySQL Installer 1.4.39, if you move the data directory of an installed server manually, MySQL Installer identifies the change and can process a reconfiguration operation without errors. You can change the default installation ...
https://dev.mysql.com/doc/refman/8.0/en/partitioning-limitations.html
As of MySQL 8.0.21, the directory specified in a DATA DIRECTORY clause must be known to InnoDB. However, this is dependent on the operating system, and may not be possible or advisable on all platforms; see Section B.3.2.16, “File Not Found and ...
https://dev.mysql.com/doc/refman/8.0/en/encryption-functions.html
If you want to store these results, use a column with a VARBINARY or BLOB binary string data type. AES_DECRYPT(crypt_str,key_str[,init_vector][,kdf_name][,salt][,info | iterations]) This function decrypts data using the official AES (Advanced ...
https://dev.mysql.com/doc/refman/8.0/en/partitioning-management-range-list.html
It is very important to remember that, when you drop a partition, you also delete all the data that was stored in that partition. DROP PARTITION with ALGORITHM=INPLACE deletes data stored in the partition and drops the partition. However, DROP ...