Search Results
https://dev.mysql.com/doc/ndbapi/en/ndb-column.html
The only type of user-defined partitioning that is supported for use with the NDB storage engine is key partitioning, including linear key partitioning. For example, if you change a column's data type using Column::setType(), MySQL will regard the ... This section provides information about the Column class, which models a column in an NDBCLUSTER ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-reload-tables.html
mysql> CALL sys.HEATWAVE_RELOAD([options]); options: { JSON_OBJECT("key","value"[,"key","value"] ...) "key","value": { ["only_user_loaded_tables",{true|false}] ["output",{"normal"|"silent"}] } } Use key-value pairs in JSON format to specify options.
https://dev.mysql.com/doc/refman/8.4/en/information-schema-table-reference.html
The following table summarizes all available INFORMATION_SCHEMA tables. For greater detail, see the individual table descriptions. Table 28.1 INFORMATION_SCHEMA Tables Table Name Description Deprecated ADMINISTRABLE_ROLE_AUTHORIZATIONS Grantable ...
https://dev.mysql.com/doc/refman/8.4/en/sys-user-summary-by-file-io.html
Rows for which the USER column in the underlying Performance Schema table is NULL are assumed to be for background threads and are reported with a host name of background. ios The total number of file I/O events for the user. io_latency The total ...
https://dev.mysql.com/doc/workbench/en/wb-plugins.html
A plugin can be a simple function that performs some action on an input, and ends without further interaction with the user. Imported plugin files (and their compiled counterparts) are stored here: Table C.3 User Plugin File Location Operating ...
https://dev.mysql.com/doc/heatwave/en/heatwave-errors.html
If the issue persists, reload the table and retry the query with use_secondary_engine session variable set to FORCED. Description: This error indicates issues such as memory limits, data type range violations, or interruption of the query by the ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/deploy-sandbox-instances.html
Important Each sandbox instance uses the root user and password, and it must be the same on all sandbox instances which should work together. For example, to use a sandbox in the /home/user/sandbox1 directory, issue: mysql-js> ...The following ...To ...
https://dev.mysql.com/doc/refman/8.4/en/events-overview.html
An event can be modified by any user having the EVENT privilege on the database for which the event is defined. Users can create, modify, and drop scheduled events using SQL statements intended for these purposes. While there is no provision in the ...When you create an event, you are creating a named database object containing one or more SQL statements to be executed at one or more regular intervals, beginning and ending at a specific date and ...
https://dev.mysql.com/doc/mysql-installer/en/server-windows-service.html
A custom user account is configured in Windows by searching for "local security policy" in the Start menu. The Custom User option must have privileges to log on to Microsoft Windows as a service. The Next button will be disabled until this user is ... On the Windows platform, MySQL server can run as a named service managed by the operating system and be configured to start up automatically when Windows ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-configuration-dsn.html
A User DSN is specific to an individual user, and can be used to store database connectivity information that the user regularly uses. File DSNs can be shared between users and machines and are therefore more practical when installing or deploying ... A Data Source Name associates the configuration parameters for communicating with a specific ...