Search



Search Results
Displaying 821 to 830 of 3829 total results
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-daemon-plugins.html
To make the library file available for use, install it in the plugin directory (the directory named by the plugin_dir system variable). A daemon plugin is a simple type of plugin used for code that should be run by the server but that does not ...
https://dev.mysql.com/doc/refman/8.4/en/backup-and-recovery.html
Backups are also essential as a safeguard before upgrading a MySQL installation, and they can be used to transfer a MySQL installation to another system or to set up replica servers. It is important to back up your databases so that you can recover ...MySQL offers a variety of backup strategies from which you can choose the methods that best suit the requirements for your ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-fault-tolerance.html
As such if one server fails, there are still two servers to form a majority (two out of three) and allow the system to continue to make decisions automatically and progress. MySQL Group Replication builds on an implementation of the Paxos ...Group ...
https://dev.mysql.com/doc/refman/8.4/en/multiple-data-directories.html
Warning Normally, you should never have two servers that update data in the same databases. This may lead to unpleasant surprises if your operating system does not support fault-free system locking. If (despite this warning) you run multiple servers ... Each MySQL Instance on a machine should have its own data ...
https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-7.html
Errors were returned similar to the following: file /usr/bin/mysqld conflicts between mysql-community-server-8.4.7 and mariadb11.8-server-3:11.8.3, file /usr/share/man/man1/mysql.1.gz conflicts between mysql-community- client-8.4.7 and mariadb11.8, ...Errors were returned similar to the following: Assertion failure: row0pread.h:306:active >= n_threads (Bug #38325137) Under certain circumstances, a virtual index rollback could fail on 32-bit builds of MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/upgrading-from-previous-series.html
Changed Server Defaults This section contains information about MySQL server system variables whose default values have changed in MySQL 8.4 as compared to MySQL 8.0. Setting server variables equal to SQL NULL on the command line is not supported.
https://dev.mysql.com/doc/refman/8.4/en/backup-methods.html
If the server was not started with that variable set, the directory location is the value of the tmpdir system variable. The location of this directory is the value of the system variable replica_load_tmpdir. To get a consistent backup, stop the ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-install.html
It is also used to run the mysqld server process, as defined in the systemd mysqld.service file (see Starting the Server using systemd). Installation Prerequisites Creating the mysql User and Group Unpacking the Distribution Installation ... This ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-partial-options.html
On Unix-like systems, quote the regular expression appropriately to prevent interpretation of shell meta-characters. On Unix-like systems, quote the regular expression appropriately to prevent interpretation of shell meta-characters. By default, all ... To select specific data to be backed up or restored, use the partial backup and restore options described in this ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-restore.html
--backup-password-from-stdin[=TRUE|FALSE] Command-Line Format --backup-password-from-stdin When used in place of --backup-password, this option enables input of the backup password from the system shell (stdin), similar to how this is done when ...
Displaying 821 to 830 of 3829 total results