Search



Search Results
Displaying 1081 to 1090 of 2435 total results
https://dev.mysql.com/doc/refman/8.4/en/plugin-loading.html
The argument format is the same as for --plugin-load, but multiple instances of --plugin-load-add can be used to avoid specifying a large set of plugins as a single long unwieldy --plugin-load argument. Server plugins must be loaded into the server ...
https://dev.mysql.com/doc/refman/8.4/en/replication-gtids-auto-positioning.html
This method is efficient and only takes a significant amount of time if the replica is behind the source by a large number of binary log files. GTIDs replace the file-offset pairs previously required to determine points for starting, stopping, or ...
https://dev.mysql.com/doc/refman/8.4/en/server-plugins.html
MySQL Enterprise Edition includes a thread pool plugin that manages connection threads to increase server performance by efficiently managing statement execution threads for large numbers of client connections. MySQL supports an plugin API that ...
https://dev.mysql.com/doc/refman/8.4/en/sys-diagnostics.html
Be careful with the medium setting and especially the full setting, which has a large performance impact. Creates a report of the current server status for diagnostic purposes. This procedure disables binary logging during its execution by ...
https://dev.mysql.com/doc/refman/8.4/en/upgrade-before-you-begin.html
If your MySQL installation contains a large amount of data that might take a long time to convert after an in-place upgrade, it may be useful to create a test instance for assessing the conversions that are required and the work involved to perform ...The backup should include the mysql system database, which contains the MySQL data dictionary tables and system ...
https://dev.mysql.com/doc/refman/8.4/en/x-plugin-connection-compression.html
The benefits of compression therefore occur primarily when there is low network bandwidth, network transfer time dominates the cost of compression and decompression operations, and result sets are large. X Plugin supports compression of messages ...
https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-2.html
Bugs Fixed InnoDB: In some cases, following the creation of a very large number of tables (8001 or more), the server could not be restarted successfully. (Bug #36808732) References: This issue is a regression of: Bug #33398681. (Bug #110402, Bug ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-backup-single-file.html
To avoid having a large number of backup files to keep track, store, and transport, mysqlbackup conveniently creates backups in a single-file format. It can also pack an existing backup directory into a single file, unpack the single file back to a ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-mms.html
Such products are typically used for managing large volumes of backup data, often with high-capacity backup devices such as tape drives. This section describes how you can use MySQL Enterprise Backup in combination with media management software ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-stmt-bind-result.html
The buffers should be large enough to hold the data values, because the protocol does not return data values in chunks. bool mysql_stmt_bind_result(MYSQL_STMT *stmt, MYSQL_BIND *bind) Description mysql_stmt_bind_result() is used to associate (that ...
Displaying 1081 to 1090 of 2435 total results