Search



Search Results
Displaying 441 to 450 of 3829 total results
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-full-text-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). MySQL supports server-side full-text parser plugins with MyISAM and InnoDB. #include <mysql/plugin.h> plugin.h ...For introductory information about full-text parser plugins, see Full-Text Parser ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-special-options.html
These options are for backing up database servers that play specific roles in replication, or contain certain kinds of data that require special care in backing up. --replica-info When backing up a replica server, this option captures information ...This option is not compatible with the --no-locking option; using both options together will make mysqlbackup throw an ...
https://dev.mysql.com/doc/workbench/en/workbench-faq.html
How does MySQL Workbench increase import performance? When a model is exported (Database, Forward Engineer...), some MySQL server variables are temporarily set to enable faster SQL import by the server. These server variables are then reset at the ...What is a MySQL connection? Why might I need to create more than one? A MySQL connection links (connects) Workbench to a MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/security-against-attack.html
You enable encryption on a MySQL server by setting the binlog_encryption system variable to ON. The SUPER privilege can be used to terminate client connections, change server operation by changing the value of system variables, and control ...(This ... When you connect to a MySQL server, you should use a ...All other information is transferred as text, ...
https://dev.mysql.com/doc/refman/8.4/en/charset-applications.html
This causes the server to use the given settings for all applications that do not make other arrangements. This causes the server to use the given settings as the defaults for all applications, without having to specify them at server startup. If ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-requirements.html
Use the server_id system variable to configure the server with a unique server ID, as required for all servers in replication topologies. You can prevent the use of other storage engines by setting the disabled_storage_engines system variable on ...
https://dev.mysql.com/doc/refman/8.4/en/audit-log-logging-configuration.html
Naming Conventions for Audit Log Files To configure the audit log file name, set the audit_log_file system variable at server startup. Selecting Audit Log File Format To configure the audit log file format, set the audit_log_format system variable ...A flush task configured using the audit_log_flush_interval_seconds system variable has a value of zero by default, which means the task is not scheduled to ... This section describes how to configure audit logging characteristics, such as ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/mysqlbackup.restore.html
To restore a MySQL instance from a backup to a database server: Shut down the database server. Use, for example, the copy-back-and-apply-log command, which converts the raw backup into a prepared backup by updating it to a consistent state, and ...
https://dev.mysql.com/doc/internals/en/capability-flags.html
The capability flags are used by the client and server to indicate which features they support and want to use. Value 0x00000080 Server Enables the LOCAL INFILE request of LOAD DATA|XML. See mysql_real_connect() CLIENT_TRANSACTIONS Value 0x00002000 ...Value 0x00000001 CLIENT_FOUND_ROWS Send found rows instead of affected rows in ...
https://dev.mysql.com/doc/refman/8.4/en/load-data.html
The server interprets the file name using the character set indicated by the character_set_filesystem system variable. By default, the server interprets the file contents using the character set indicated by the character_set_database system ...For ...The file can be read from the server host or the client host, depending on whether the LOCAL modifier is ...
Displaying 441 to 450 of 3829 total results