PDF (US Ltr)
- 41.8Mb
PDF (A4)
- 41.9Mb
Man Pages (TGZ)
- 272.4Kb
Man Pages (Zip)
- 378.4Kb
Info (Gzip)
- 4.2Mb
Info (Zip)
- 4.2Mb
Search Results
https://dev.mysql.com/doc/refman/9.7/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/9.7/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/9.7/en/numeric-functions.html
Table 14.8 Numeric Functions and Operators Name Description %, MOD Modulo operator * Multiplication operator + Addition operator - Minus operator - Change the sign of the argument / Division operator ABS() Return the absolute value ACOS() Return ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-programs-ndb-restore.html
Using --lossy-conversions allows lossy conversions of column values (type demotions or changes in sign) when restoring data from backup. A directory reference may be relative or absolute; it may contain one or more environment variables, each ...
https://dev.mysql.com/doc/refman/9.7/en/webauthn-pluggable-authentication.html
After the user has performed the appropriate device action (for example, touching the device or performing a biometric scan) the FIDO/FIDO2 device generates a public/private key pair, a key handle, an X.509 certificate, and a signature, which is ...
https://dev.mysql.com/doc/refman/9.7/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 ...
https://dev.mysql.com/doc/refman/9.7/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/9.7/en/constant-folding-optimization.html
Consider the table created by the following statement: CREATE TABLE t (c TINYINT UNSIGNED NOT NULL); The WHERE condition in the query SELECT * FROM t WHERE c < 256 contains the integral constant 256 which is out of range for a TINYINT UNSIGNED ...
https://dev.mysql.com/doc/refman/9.7/en/command-line-options.html
For a long option that takes a value, separate the option name and the value by an = sign. In this Manual, we use dashes in option names, except where underscores are significant. For example: $> mysql -u root -p -e "SELECT VERSION();SELECT NOW()" ... Program options specified on the command line follow these rules: Options are given after the command ...
https://dev.mysql.com/doc/refman/9.7/en/openid-pluggable-authentication.html
The administrator must have a list of token issuers to support along with their public signing keys. The Identity token's signature must be verified by the public key of the Identity token's issuer specified in the ... Note OpenID Connect pluggable ...