PDF (US Ltr)
- 43.2Mb
PDF (A4)
- 43.3Mb
Man Pages (TGZ)
- 296.3Kb
Man Pages (Zip)
- 401.7Kb
Info (Gzip)
- 4.3Mb
Info (Zip)
- 4.3Mb
Search Results
https://dev.mysql.com/doc/refman/8.0/en/keyring-aws-plugin.html
To ensure that keys are flushed only when the correct keyring storage file exists, keyring_aws stores a SHA-256 checksum of the keyring in the file. Store the new credentials in the configuration file (the file named by the keyring_aws_conf_file ...
https://dev.mysql.com/doc/refman/8.0/en/keyring-file-component.html
The component_keyring_file keyring component stores keyring data in a file local to the server host. To use component_keyring_file for keystore management, you must: Write a manifest that tells the server to load component_keyring_file, as ...
https://dev.mysql.com/doc/refman/8.0/en/keyring-oci-component.html
No key information is permanently stored in MySQL server local storage. All keys are stored in Oracle Cloud Infrastructure Vault, making this component well suited for Oracle Cloud Infrastructure MySQL customers for management of their MySQL ...
https://dev.mysql.com/doc/refman/8.0/en/keyring-plugin-installation.html
MySQL provides these keyring plugin choices: keyring_file (deprecated as of MySQL 8.0.34): Stores keyring data in a file local to the server host. keyring_encrypted_file (deprecated as of MySQL 8.0.34): Stores keyring data in an encrypted, ...
https://dev.mysql.com/doc/refman/8.0/en/load-data.html
The server creates a copy of the file in the directory where it stores temporary files. The file can be read from the server host or the client host, depending on whether the LOCAL modifier is given. INTO Statement”.) To write data from a table to ...
https://dev.mysql.com/doc/refman/8.0/en/load-xml.html
User variables can be employed to store the corresponding field values for subsequent re-use. As mentioned previously, you can use a (field_name_or_user_var, ...) list of one or more XML fields (to select desired fields only) or user variables (to ...The tagname in the optional ROWS IDENTIFIED BY clause must also be given as a literal string, and must be surrounded by angle brackets (< and ...
https://dev.mysql.com/doc/refman/8.0/en/merge-storage-engine.html
An alternative to a MERGE table is a partitioned table, which stores partitions of a single table in separate files and enables some operations to be performed more efficiently. The table format of the MERGE table is stored in the MySQL data ... The ...
https://dev.mysql.com/doc/refman/8.0/en/multifactor-authentication.html
Unfortunately, secrets may be subject to compromise: Someone might see you enter your password or fool you with a phishing attack, a password stored on the server side might be exposed by a security breach, and so forth. If an account uses 2FA or ...
https://dev.mysql.com/doc/refman/8.0/en/myisamchk-general-options.html
This is often the case when you have large key values for CHAR, VARCHAR, or TEXT columns, because the sort operation needs to store the complete key values as it proceeds. The options described in this section can be used for any type of table ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-config-starting.html
However, for best results, you should first calculate # the memory that would be used based on the data you actually plan to # store (you may find the ndb_size.pl utility helpful in estimating # this), then allow an extra 20% over the calculated ...