Search Results
                    
                    
            https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/mysqlbackup.dfs-san.html
                                No copied page is older than the time that marks the beginning of the temporal duration the backup is supposed to cover. This example shows that mysqlbackup may have problem performing a hot backup unless it can see the writes to the file system ...
                                            
                https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-install-agent-windows-service.html
                                If the service is running at the time that SC DELETE is executed, the removal of the service takes effect the next time the service is stopped.  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-using-cluster-setup-creating.html
                                Note You can actually perform this step at any time up to the point where the software package is registered (using add package). However, we recommend that you have all required software—including the MySQL NDB Cluster software—in place before ... In this section, we discuss the procedure for using MySQL Cluster Manager to create and start a new MySQL NDB ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-install-windows-binary.html
                                For this example, we refer to ndbd.exe as the data node executable, but you can install ndbmtd.exe, the multithreaded version of this program, instead, in exactly the same way. Note As with other Windows programs, NDB Cluster executables are named ...You should also have the MySQL client (mysql.exe) on this ...
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-bulk-load-mysql-server.html
                                Use a second session to monitor bulk load progress: If the data is sorted, there is a single stage: loading. If you attempt to load a table without at least one column with the VECTOR data type, an error occurs.  MySQL includes a bulk load extension ...
                                            
                https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-delete-inventory.html
                                To retrieve information on whether the specific asset can be deleted, retrieved as a JSON array, execute a curl request with the following syntax: curl -k -v --user username:password "https://servername:port/v4/inventory/AssetType/AssetID/deletable ... This section describes how to delete information on assets, and groups of assets, from MySQL Enterprise Monitor's inventory, using the curl utility on the command ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/innodb-data-encryption.html
                                Only one keyring component or plugin should be enabled at a time. Failing to do so results in errors when starting the server and during InnoDB recovery. Each time the master encryption key is rotated, all tablespace keys in the MySQL instance are ... InnoDB supports data-at-rest encryption for file-per-table tablespaces, general tablespaces, the mysql system tablespace, redo logs, and undo ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/myisam-maintenance-schedule.html
                                The -s option (short for --silent) causes myisamchk to run in silent mode, printing messages only when errors occur. To start with, execute myisamchk -s each night on all tables that have been updated during the last 24 hours. If you are performing ... It is a good idea to perform table checks on a regular basis rather than waiting for problems to ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/what-is-crashing.html
                                If your keyboard is locked up, you may be able to recover by logging in to your machine from another machine and executing kbd_mode -a. If you have examined all other possibilities and concluded that the MySQL server or a MySQL client is causing the ...This can normally be checked by pressing the Caps Lock ...
                                            
                https://dev.mysql.com/doc/x-devapi-userguide/en/result-set-classes.html
                                The type of result returned depends on the operation that was executed. SqlResult session.sql().execute() Number of rows affected by the operation, auto generated document IDs, last auto- generated AUTO INCREMENT column values, warnings, or fetched ...The different types of results are outlined in the following ...