Search

Download this Manual
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


Displaying 11 to 20 of 80 total results
https://dev.mysql.com/doc/refman/8.0/en/enterprise-encryption-usage.html
They are good for encrypting small amounts of data and creating and verifying signatures. For the component functions, signatures do not require a digest, and can use any data string. The digest type in these functions refers to the algorithm that ... To use MySQL Enterprise Encryption in applications, invoke the functions that are appropriate for the operations you wish to ...
https://dev.mysql.com/doc/refman/8.0/en/enterprise-encryption-functions.html
priv_key_str is the private key string to use for signing the digest string. digest_type is the algorithm to be used to sign the data. asymmetric_verify(algorithm, text, sig_str, pub_key_str, digest_type) Verifies whether the signature string ... In ...
https://dev.mysql.com/doc/refman/8.0/en/enterprise-encryption-functions-legacy.html
priv_key_str is the private key string to use for signing the digest string. digest_type is the algorithm to be used to sign the data. asymmetric_verify(algorithm, digest_str, sig_str, pub_key_str, digest_type) Verifies whether the signature string ... In releases before MySQL 8.0.30, MySQL Enterprise Encryption's functions are based on the openssl_udf shared ...
https://dev.mysql.com/doc/refman/8.0/en/partitioning-management-hash-key.html
Tables which are partitioned by hash or by key are very similar to one another with regard to making changes in a partitioning setup, and both differ in a number of ways from tables which have been partitioned by range or list. For that reason, ...
https://dev.mysql.com/doc/refman/8.0/en/keyring-okv-plugin.html
There is a 20-second wait for each connection attempt, so the presence of a long list of invalid servers can significantly affect the keyring_okv plugin’s connection time and therefore the server startup time. There is a 20-second wait for each ...
https://dev.mysql.com/doc/refman/8.0/en/using-encrypted-connections.html
If the server discovers that the CA certificate is self-signed, it writes a warning to the error log. (The certificate is self-signed if created automatically by the server or manually using mysql_ssl_rsa_setup.) MySQL also provides these system ...
https://dev.mysql.com/doc/refman/8.0/en/creating-ssl-rsa-files-using-mysql.html
However, certificates generated by these methods are self-signed, which may not be very secure. The SSL server and client certificates are signed with the CA certificate and key, using the sha256WithRSAEncryption signature algorithm. MySQL provides ...
https://dev.mysql.com/doc/refman/8.0/en/arithmetic-functions.html
Table 14.9 Arithmetic Operators Name Description %, MOD Modulo operator * Multiplication operator + Addition operator - Minus operator - Change the sign of the argument / Division operator DIV Integer division The usual arithmetic operators are ...
https://dev.mysql.com/doc/refman/8.0/en/built-in-function-reference.html
The following table lists each built-in (native) function and operator and provides a short description of each one. For a table listing functions that are loadable at runtime, see Section 14.2, “Loadable Function Reference”. ->> Return value ...
https://dev.mysql.com/doc/refman/8.0/en/docker-mysql-getting-started.html
If you have not signed in to the OCR yet, click the Sign in button on the right of the page, and then enter your Oracle account credentials when prompted to. Warning The MySQL Docker images maintained by the MySQL team are built specifically for ...
Displaying 11 to 20 of 80 total results