Search



Search Results
Displaying 31 to 40 of 219 total results
https://dev.mysql.com/doc/refman/8.4/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 ...
https://dev.mysql.com/doc/refman/8.4/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.4/en/identifiers.html
Use of the dollar sign as the first character in the unquoted name of a database, table, view, column, stored program, or alias is deprecated, including such names used with qualifiers (see Section 11.2.2, “Identifier Qualifiers”). An unquoted ... Certain objects within MySQL, including database, table, index, column, alias, view, stored procedure, partition, tablespace, resource group and other object names are known as ...
https://dev.mysql.com/doc/internals/en/floating-point-types.html
Here we use '%-*.*g' conversion string: '-' stands for right-padding with spaces, if such padding will take place '*' is a placeholder for the first argument, field_length, and signifies minimal width of result string. '.*' is a placeholder for ...
https://dev.mysql.com/doc/ndbapi/en/ndb-start-mysql-data-types.html
Time: The “old” version of this type is stored as a 24-bit signed int value stored in little-endian format (lowest order byte in lowest order address). The integer part is encoded as shown in the following table: Table 2.3 Time2 encoding Bits ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/performance-advisors-ref.html
If many processes are in a locked state it may be a sign of serious trouble related to resource contention, or a long running session that is not releasing currently held locks when it should have. Default frequency 00:01:00 Default auto-close ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-getting-started.html
Getting Started 2 Getting Started This chapter describes how to access MySQL HeatWave on AWS, how to sign up for the MySQL HeatWave on AWS service, how to sign in, and provides an introduction to the MySQL HeatWave Console. Accessing MySQL HeatWave ...
https://dev.mysql.com/doc/refman/8.4/en/creating-ssl-rsa-files-using-mysql.html
However, certificates generated by this method 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.4/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.4/en/mysql-nutshell.html
The format of global transaction identifiers (GIDs) used in MySQL Replication and Group Replication has been extended to enable identification of groups of transactions, making it possible to assign a unique name to the GTIDs which belong to a ...
Displaying 31 to 40 of 219 total results