Search



Search Results
Displaying 11 to 20 of 219 total results
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbrecattr.html
Signature char* aRef ( void ) const Parameters A pointer to the attribute value. Return value The attribute size in bytes, as an unsigned 32-bit integer. NdbRecAttr::int8_value() Description This method gets a Small value stored in an NdbRecAttr ...
https://dev.mysql.com/doc/connector-j/en/connector-j-server-authentication.html
To verify the server certificate, Connector/J needs to be able to read the certificate that signed it, that is, the server certificate that signed itself or the self-signed CA certificate. Server authentication via server certificate verification ...
https://dev.mysql.com/doc/refman/8.4/en/mathematical-functions.html
An implication of this is that ABS(-9223372036854775808) produces an error because the result cannot be stored in a signed BIGINT value. It is similar to calculating the arc tangent of Y / X, except that the signs of both arguments are used to ...
https://dev.mysql.com/doc/refman/8.4/en/numeric-type-syntax.html
If you specify ZEROFILL for a numeric column, MySQL automatically adds the UNSIGNED attribute to the column. Numeric data types that permit the UNSIGNED attribute also permit SIGNED. However, these data types are signed by default, so the SIGNED ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-ssl-installation.html
Important The self-signed certificates are generated by the MySQL Enterprise Monitor installation or upgrade process, and are set to expire after 365 days. To generate the certificate and add it to the default keystore, run the following command ...
https://dev.mysql.com/doc/refman/8.4/en/fulltext-boolean.html
Specifying a trailing plus or minus sign causes InnoDB to report a syntax error. InnoDB full-text search does not support the use of a leading plus sign with wildcard ('+*'), a plus and minus sign combination ('+-'), or leading a plus and minus sign ... MySQL can perform boolean full-text searches using the IN BOOLEAN MODE ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-tls.html
In order to obtain signed node certificates, it is necessary first to create a Certification Authority (CA). When TLS is deployed, every node has an authentic certificate, which is signed by the CA. Only the administrator (DBA) should have access to ... This section discusses the implementation and use of Transport Layer Security (TLS) to secure network communications in MySQL NDB ...
https://dev.mysql.com/doc/connectors/en/connector-j-client-authentication.html
The client certificate must be signed so that the server can verify it. While you can have the client certificates signed by official certificate authorities, it is more common to use an intermediate, private, CA certificate to sign client ... The ...
https://dev.mysql.com/doc/ndbapi/en/ndb-column.html
NDB columns have the same data types as found in MySQL The assignment (=) operator is overloaded for this class, so that it always performs a deep copy. Signature You can create either a new instance of the Column class, or by copying an existing ...
https://dev.mysql.com/doc/connector-j/en/connector-j-client-authentication.html
The client certificate must be signed so that the server can verify it. While you can have the client certificates signed by official certificate authorities, it is more common to use an intermediate, private, CA certificate to sign client ... The ...
Displaying 11 to 20 of 219 total results