Search



Search Results
Displaying 1091 to 1100 of 1834 total results
https://dev.mysql.com/doc/ndbapi/en/ndb-start-mysql-db-object-names.html
This section discusses mapping of MySQL database objects to the NDB API. Databases and schemas are not represented by objects as such in the NDB API. Instead, they are modelled as attributes of Table and Index objects. The value of the database ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-metric-innodb-transactionactivity-category.html
This is only available prior to the 5.1.x plugin and 5.5.x. This is only available prior to the 5.1.x plugin and 5.5.x. Lists the InnoDB Transaction Activity metrics and provides a brief description of each. Table 6.18 InnoDB Transaction Activity ...
https://dev.mysql.com/doc/mysql-em-plugin/en/ui-myoem-homepage-regions.html
This section describes the regions displayed on the MySQL Database target homepage. This metric performs a full connection to the database and executes a ping statement for each availability check. The following regions are available: Availability ...
https://dev.mysql.com/doc/x-devapi-userguide/en/collections-as-relational-tables.html
In this case a collection can be fetched as a Table object with the Schema.getCollectionAsTable() function. doc->'$.some.field.like[3].this' Once a collection has been fetched as a table with the Schema.getCollectionAsTable() function, all SQL CRUD ... Applications that seek to store standard SQL columns with Documents can cast a collection to a ...
https://dev.mysql.com/doc/x-devapi-userguide/en/crud-ebnf-collection-index-management-functions.html
Collection.createIndex() Function The syntax for this function shown in EBNF is: CollectionCreateIndex ::= '.createIndex(' StringLiteral ',' DocumentOrJSON ')' Figure 11.13 CollectionCreateIndexFunction CollectionDropIndex The syntax for this ...
https://dev.mysql.com/doc/x-devapi-userguide/en/devapi-users-working-with-relational-tables-and-documents.html
After seeing how to work with documents and how to work with relational tables, this section explains how to combine the two and work with both at the same time. This way the advantages of both documents and relational tables can be combined. It ...
https://dev.mysql.com/doc/x-devapi-userguide/en/processing-warnings.html
Similar to the execution of single statements committing or rolling back a transaction can also trigger warnings. To be able to process these warnings the replied result object of Session.commit(); or Session.rollback(); needs to be checked. The ...
https://dev.mysql.com/doc/relnotes/mysql-monitor/8.0/en/news-8-0-16.html
As of this release, MONITOR.MIB is standardised and only includes such attributes as are common to SNMPv1, 2, and 3. Important If you have configured a 3rd-party trap receiver to use the MONITOR.MIB, you must upgrade the configured MONITOR.MIB to ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-block-encryption-mode.html
Set this option to aes-256-cbc, for example, under the [mysqld] option group in the MySQL configuration file (/etc/my.cnf): block_encryption_mode=aes-256-cbc When using the AES_ENCRYPT() function, an initialization vector (the key_str value) must be ... If you use the AES_ENCRYPT() encryption function, a block encryption mode with a CBC mode value and key length of 256 is ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/collections-as-relational-tables.html
In this case a collection can be fetched as a Table object with the Schema.getCollectionAsTable() function. doc->'$.some.field.like[3].this' Once a collection has been fetched as a table with the Schema.getCollectionAsTable() function, all SQL CRUD ... Applications that seek to store standard SQL columns with Documents can cast a collection to a ...
Displaying 1091 to 1100 of 1834 total results