Search Results
https://dev.mysql.com/doc/heatwave/en/mys-hw-about-auto-parallel-load.html
To use Auto Parallel Load, ask the admin user to grant you the following privileges. Replace user_name and database_name in the commands with the appropriate user name and database name. mysql> GRANT PROCESS ON database_name.* TO 'user_name'@'%'; ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-reload-tables.html
mysql> CALL sys.HEATWAVE_RELOAD([options]); options: {JSON_OBJECT(keyvalue[, keyvalue]...)|NULL} keyvalue: { "only_user_loaded_tables",{true|false} |"output",{"normal"|"silent"} } Use key-value pairs in JSON format to specify options. MySQL HeatWave ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-ml-score.html
ML_SCORE Syntax mysql> CALL sys.ML_SCORE(table_name, target_column_name, model_handle, metric, score, [options]); options: {JSON_OBJECT(keyvalue[, keyvalue]...)|NULL} keyvalue: { 'threshold', 'N' |'topk', 'N' |'remove_seen', {'true'|'false'} ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-sign.html
Your user belongs to one of the user Groups described in Groups and Permissions. Once your user name and password are authenticated, you are directed to the MySQL HeatWave Console. Signing In 2.3 Signing In This procedure assumes that you are an ...
https://dev.mysql.com/doc/refman/8.4/en/performance-schema-status-variable-tables.html
There are also summary tables that provide status variable information aggregated by account, host name, and user name. The Performance Schema supports TRUNCATE TABLE for status variable tables as follows: global_status: Resets thread, account, ...
https://dev.mysql.com/doc/refman/8.4/en/processlist-access.html
The sys schema session view presents information about user sessions like the sys schema processlist view, but with background processes filtered out. Privileges Required to Access the Process List For most sources of process information, if you ...
https://dev.mysql.com/doc/refman/8.4/en/set-role.html
} SET ROLE modifies the current user's effective privileges within the current session by specifying which of its granted roles are active. Granted roles include those granted explicitly to the user and those named in the mandatory_roles system ...
https://dev.mysql.com/doc/refman/8.4/en/string-functions-charset.html
MySQL has many operators and functions that return a string. This section answers the question: What is the character set and collation of such a string? For simple functions that take string input and return a string result as output, the output's ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-reset.html
reset [--sequential-restart] filter_specification_list cluster_name filter_specification_list: filter_specification[,filter_specification][,...] filter_specification: attribute_name[:process_specification][+process_specification]] ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-authentication-plugins.html
Authentication plugins enable the use of authentication methods other than the built-in method of passwords stored in the mysql.user system table. Also, authentication plugins can support the proxy user capability, such that the connecting user is a ... MySQL supports pluggable authentication, in which plugins are invoked to authenticate client ...