Search Results
https://dev.mysql.com/doc/refman/8.4/en/mysqlbinlog-backup.html
mysqlbinlog can read log files directly from the local file system, or, with the --read-from-remote-server option, it can connect to a server and request binary log contents from that server. mysqlbinlog Backup Options Binary log backup requires ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-options.html
MYSQL_OPT_GET_SERVER_PUBLIC_KEY (argument type: bool *) Enables the client to request from the server the public key required for RSA key pair-based password exchange. MYSQL_INIT_COMMAND (argument type: char *) SQL statement to execute when ... int ...This function may be called multiple times to set several ...
https://dev.mysql.com/doc/connectors/en/connector-j-server-authentication.html
Use Java's keytool (typically located in the bin subdirectory of your JDK or JRE installation) to import the server certificates: $> keytool -importcert -alias MySQLCACert -file ca.pem \ -keystore truststore -storepass mypassword Supply the proper ... Server authentication via server certificate verification is enabled when the Connector/J connection property sslMode is set to VERIFY_CA or ...This can be accomplished by either importing the certificate (ca.pem or any other certificate) into the Java default truststore (although tampering ...
https://dev.mysql.com/doc/connector-j/en/connector-j-server-authentication.html
Use Java's keytool (typically located in the bin subdirectory of your JDK or JRE installation) to import the server certificates: $> keytool -importcert -alias MySQLCACert -file ca.pem \ -keystore truststore -storepass mypassword Supply the proper ... Server authentication via server certificate verification is enabled when the Connector/J connection property sslMode is set to VERIFY_CA or ...This can be accomplished by either importing the certificate (ca.pem or any other certificate) into the Java default truststore (although tampering ...
https://dev.mysql.com/doc/refman/8.4/en/keyring-hashicorp-plugin.html
(An optional in-memory key cache may be used as intermediate storage.) Random key generation is performed on the MySQL server side, with the keys subsequently stored to Hashicorp Vault. For example, if you have reconfigured HashiCorp Vault to listen ...No key information is permanently stored in MySQL server local ... Note The keyring_hashicorp plugin is an ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-configurator-cli.html
The syntax is --action_option=action_value with a full list of action options below: Table 2.7 Action Options Action option Shortcut Aliases Type Values Default value Action Condition Description datadir d data-dir, data-directory Path N/A ... MySQL ...help h N/A --help Displays general help or help for the corresponding ...
https://dev.mysql.com/doc/refman/8.4/en/x-plugin-options-system-variables.html
mysqlx_document_id_unique_prefix Command-Line Format --mysqlx-document-id-unique-prefix=# System Variable mysqlx_document_id_unique_prefix Scope Global Dynamic Yes SET_VAR Hint Applies No Type Integer Default Value 0 Minimum Value 0 Maximum Value ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-encrypted-innodb.html
For details on how the MySQL server encrypts and decrypts InnoDB tablespaces, see InnoDB Data-at-Rest Encryption—it explains concepts like master key and tablespace keys, which are important for understanding how MySQL Enterprise Backup works with ...When InnoDB tablespace encryption uses a centralized key management solution, the feature is referred to as “MySQL Enterprise Transparent Data Encryption (TDE).” The following is a brief description on how encrypted InnoDB tablespaces are handled by MySQL Enterprise Backup in backup, restore, and apply-log ...
https://dev.mysql.com/doc/workbench/en/wb-migration-database-mssql-typemapping.html
The following table shows the mapping between Microsoft SQL Server (source) data types and MySQL data types. MySQL Server 5.6 and higher can have CHAR columns with a length up to 255 characters. MySQL Server 5.6 and higher can have VARCHAR columns ...Table 10.2 Type mapping Source Type MySQL Type Comment INT INT TINYINT TINYINT UNSIGNED flag set in ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-migrate-keyring.html
This is typically the value of the plugin_dir system variable for the local MySQL server. --get-server-public-key Command-Line Format --get-server-public-key Type Boolean Request from the server the public key required for RSA key pair-based ... The ...--component-dir=dir_name Command-Line Format --component-dir=dir_name Type Directory name The directory where keyring components are ...