Search



Search Results
Displaying 181 to 190 of 555 total results
https://dev.mysql.com/doc/connectors/en/connector-python-asyncio.html
""" # Increment indent global indent offset = "\t" * indent indent += 1 # Emulating a generic job/task print(f"{offset}START_SLEEP") await asyncio.sleep(n) print(f"{offset}END_SLEEP") return f"I slept for {n} seconds" async def job_mysql(): ...
https://dev.mysql.com/doc/connector-python/en/connector-python-asyncio.html
""" # Increment indent global indent offset = "\t" * indent indent += 1 # Emulating a generic job/task print(f"{offset}START_SLEEP") await asyncio.sleep(n) print(f"{offset}END_SLEEP") return f"I slept for {n} seconds" async def job_mysql(): ...
https://dev.mysql.com/doc/refman/9.7/en/clone-plugin-options-variables.html
clone_autotune_concurrency Command-Line Format --clone-autotune-concurrency System Variable clone_autotune_concurrency Scope Global Dynamic Yes SET_VAR Hint Applies No Type Boolean Default Value ON When clone_autotune_concurrency is enabled (the ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-programs-ndb-import.html
--ai-increment=# Command-Line Format --ai-increment=# Type Integer Default Value 1 Minimum Value 1 Maximum Value 4294967295 For a table with a hidden primary key, specify the autoincrement increment, like the auto_increment_increment system variable ... ndb_import imports CSV-formatted data, such as that produced by mysqldump --tab, directly into NDB using the NDB ...
https://dev.mysql.com/doc/refman/9.7/en/performance-schema-status-monitoring.html
For example, if a mutex is instrumented in the server source but the server cannot allocate memory for the instrumentation at runtime, it increments Performance_schema_mutex_classes_lost. If the server cannot create a given instrumented mutex ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/backup-encrypted-innodb-options.html
The same password supplied during backup must be supplied again during a copy-back-and-apply-log, apply-log, or an apply-incremental-backup operation for the backup, or mysqlbackup will error out when it encounters encrypted InnoDB tables or ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/meb-troubleshooting.html
Incremental backups, when performed using the --start-lsn option, require care to specify a sequence of time periods. You must record the final LSN value at the end of each backup, and specify that value in the next incremental backup. You must also ... To troubleshoot issues regarding backup and restore with the MySQL Enterprise Backup product, consider the following aspects: Before troubleshooting any problem, familiarize yourself with the known limits and restrictions on the product, in Appendix B, Limitations of MySQL Enterprise ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/restore-cloud.html
To restore a backup image from cloud storage to datadir on the server, use the cloud storage options, and also the --backup-dir option to specify the temporary directory into which temporary output, status files, and backup metadata will be saved: ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-innodb-cluster-clone-deployment.html
InnoDB Cluster integrates the MySQL Clone plugin to provide automatic provisioning of joining instances. For more information, see The Clone Plugin and Cloning for Distributed Recovery In contrast to using MySQL Clone, incremental recovery is the ...The process of retrieving the cluster's data so that the instance can synchronize with the cluster is called distributed ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/restore.partial.html
The auto-increment values of the restored tables for a partial restore might not be the same as they were at the end of the backup process. Table-Level Recovery (TLR) allows selected tables (or schemas) to be restored from a backup (be it a full ...
Displaying 181 to 190 of 555 total results