Search Results
https://dev.mysql.com/doc/refman/8.4/en/using-stack-trace.html
On some operating systems, the error log contains a stack trace if mysqld dies unexpectedly. You can use this to find out where (and maybe why) mysqld died. To get a stack trace, you must not compile mysqld with the -fomit-frame-pointer option to ...If you see no messages after this, something went terribly ...
https://dev.mysql.com/doc/refman/8.4/en/windows-install-archive.html
These instructions apply to those not using the MySQL Configurator application to configure and set up the MySQL server; or for manually making additional changes.
https://dev.mysql.com/doc/refman/8.4/en/x-plugin-disabling.html
The X Plugin can be disabled at startup by either setting mysqlx=0 in your MySQL configuration file, or by passing in either --mysqlx=0 or --skip-mysqlx when starting the MySQL server. Alternatively, use the -DWITH_MYSQLX=OFF CMake option to ...
https://dev.mysql.com/doc/refman/8.4/en/xa-restrictions.html
For “external XA,” a MySQL server acts as a Resource Manager and client programs act as Transaction Managers. For “Internal XA”, storage engines within a MySQL server act as RMs, and the server itself acts as a TM. The requirement that the ... XA transaction support is limited to the InnoDB storage ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-commands-restore.html
copy-back Restores files from a directory backup to their original locations within the MySQL server. Some clean-up efforts on the target directory for restoration might be needed before performing a full restore (for example, when the backup data ... The restore operations restores the data files from a backup to their original locations on the database server, or to other desired ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-backup-tape.html
MySQL Enterprise Backup can interface with media management software (MMS) such as Oracle Secure Backup (OSB) to drive MySQL backup and restore jobs. For information about doing tape backups in combination with MMS products such as Oracle Secure ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-scheduled-backups.html
Maintaining a regular backup schedule is an important measure for preventing data loss for you MySQL server. This section discusses some simple means for setting up a schedule for running MySQL Enterprise Backup. For Linux and other Unix-like ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-version.html
version This command displays the version of the MySQL Cluster Manager software in use by the MySQL Cluster Manager agent to which this client is connected, as shown here: mcm> version; +--------------------------------------+ | Version | ...
https://dev.mysql.com/doc/mysql-errors/8.4/en/preface.html
It lists all error messages produced by server and client programs in MySQL 8.4. Trademark Notice Oracle, Java, MySQL, and NetSuite are registered trademarks of Oracle and/or its affiliates. License Restrictions This software and related ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-auto-reconnect.html
The MySQL client library can perform an automatic reconnection to the server if it finds that the connection is down when you attempt to send a statement to the server to be executed. The related MYSQL_OPT_RECONNECT option is still available but ...