Search



Search Results
Displaying 201 to 210 of 219 total results
https://dev.mysql.com/doc/refman/8.4/en/tuning-trace-purging.html
This is done by setting the optimizer_trace_offset and optimizer_trace_limit system variables, like this: SET optimizer_trace_offset=offset, optimizer_trace_limit=limit; offset is a signed integer (default -1); limit is a positive integer (default ...Thus, if a statement contains substatements (such as invoking stored procedures, stored functions, or triggers), the topmost statement and substatements each generate one trace, but at the end of execution, the trace for only the last substatement is ...
https://dev.mysql.com/doc/refman/8.4/en/using-log-files.html
It is not a good sign if mysqld did die unexpectedly, but in this case, you should not investigate the Checking table... Note that before starting mysqld with the general query log enabled, you should check all your tables with myisamchk. If mysqld ...
https://dev.mysql.com/doc/refman/8.4/en/windows-pluggable-authentication.html
Unquoted win_user_or_group_name and mysql_user_name values can contain anything except equal sign, comma, or space. Note Windows pluggable authentication is an extension included in MySQL Enterprise Edition, a commercial product. MySQL Enterprise ...
https://dev.mysql.com/doc/refman/8.4/en/windows-server-first-start.html
This section gives a general overview of starting the MySQL server. The following sections provide more specific information for starting the MySQL server from the command line or as a Windows service. The information here applies primarily if you ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-single-file-options.html
To escape an equal sign or comma, use the \ character. You use them in combination with the mysqlbackup commands backup-to-image, image-to-backup-dir, backup-dir-to-image, copy-back-and-apply-log, list-image, and extract (not all of the options are ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-add-process.html
This option takes as its argument an attribute assignment list similar in format to that used with the get and set commands. You can do this using the following command: mcm> add process --set=ndbd:DataDir=/tmp/cluster/data > ...Any hosts referenced ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-install-agent-windows-service.html
In addition, you should keep in mind that the spaces after the equal signs following the DisplayName, Start, and BinPath arguments are required. Important Installation of the MySQL Cluster Manager agent as a service is recommended. However, you ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-restore-cluster.html
Using --lossy-conversions allows lossy conversions of column values (type demotions or changes in sign) when restoring data from backup. Stop the cluster using stop cluster, then restart it using start cluster with the --initial option, which causes ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-set.html
To set an attribute on the process level, use a set statement that contains an attribute assignment having the form attribute_name:process_name=value. To set an attribute for a specific process instance, include the process ID in the attribute ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-upgrade-cluster.html
upgrade cluster {--package=|-P }package_name [{--nodeid|-n }node_id_list] [--force|-f] [--retry|-L] [--set=attribute_assignment_list] cluster_name node_id_list: node_id[, node_id[, ...]] attribute_assignment_list: ...It finishes an upgrade by ...
Displaying 201 to 210 of 219 total results