Search



Search Results
Displaying 631 to 640 of 4413 total results
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-auditlog-category.html
Permitted values: 'ALL' - Log all connection events, 'ERRORS' - Log only failed connection events, 'NONE' - Do not log connection events Enabled State This option controls how the server loads the audit_log plugin at startup. Permitted values: 'ALL' ... Lists the Audit Log configuration metrics and provides a brief description of ...
https://dev.mysql.com/doc/workbench/en/wb-properties-palette.html
The Properties palette is used to display and edit the properties of objects on an EER diagram. It is especially useful for editing display objects such as layers and notes. Selecting an object in the EER diagram displays its properties in the ...
https://dev.mysql.com/doc/internals/en/optimizer-constants-constant-tables.html
Here's an example: SELECT Table1.unique_not_null_column, Table2.any_column FROM Table1, Table2 WHERE Table1.unique_not_null_column = Table2.any_column AND Table1.unique_not_null_column = 5; When evaluating this query, MySQL first finds that table ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-waiter.html
ndb_waiter repeatedly (each 100 milliseconds) prints out the status of all cluster data nodes until either the cluster reaches a given status or the --timeout limit is exceeded, then exits. --connect-retries Command-Line Format --connect-retries=# ...--core-file Command-Line Format --core-file Write core file on error; used in ...By default, it waits for the cluster to ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-ndbinfo-disk-write-speed-aggregate.html
The disk_write_speed_aggregate table provides aggregated information about the speed of disk writes during LCP, backup, and restore operations.
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/working-with-document-ids.html
The document ID is a VARBINARY() with a maximum length of 32 characters. // using a book's unique ISBN as the object ID myColl.add( { _id: "978-1449374020", title: "MySQL Cookbook: Solutions for Database Developers and Administrators" }).execute(); ... This section describes what a document ID is and how to work with ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/working-with-document-ids.html
The document ID is a VARBINARY() with a maximum length of 32 characters. // using a book's unique ISBN as the object ID myColl.add( { _id: "978-1449374020", title: "MySQL Cookbook: Solutions for Database Developers and Administrators" }).execute(); ... This section describes what a document ID is and how to work with ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-enterprise-backup-backup-recovery.html
The wizard also shows the specific details of the selected profile, such as the backup type, content, start and finish time, and the backup variables. After verifying the content and closing the content view, click Restore to execute the restoration ... The backup-recovery wizard is used to restore MySQL Enterprise Backup ...
https://dev.mysql.com/doc/workbench/en/wb-migration-database-postgresql-typemapping.html
DATE DATE TIME TIME TIMESTAMP DATETIME INTERVAL TIME BYTEA LONGBLOB TEXT LONGTEXT CIDR VARCHAR(43) INET VARCHAR(43) MACADDR VARCHAR(17) UUID VARCHAR(36) XML LONGTEXT JSON LONGTEXT TSVECTOR LONGTEXT TSQUERY LONGTEXT ARRAY LONGTEXT POINT POINT LINE ...
https://dev.mysql.com/doc/refman/8.4/en/cast-functions.html
CAST(expr AS type [ARRAY]) CAST(timestamp_value AT TIME ZONE timezone_specifier AS DATETIME[(precision)]) timezone_specifier: [INTERVAL] '+00:00' | 'UTC' With CAST(expr AS type syntax, the CAST() function takes an expression of any type and produces ... Table 14.15 Cast Functions and Operators Name Description Deprecated BINARY Cast a string to a binary string Yes CAST() Cast a value as a certain type CONVERT() Cast a value as a certain type Cast functions and operators enable conversion of values from one data type to ...
Displaying 631 to 640 of 4413 total results