Search



Search Results
Displaying 741 to 750 of 1437 total results
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-secure-auth.html
It is always enabled as of MySQL 5.7, meaning it can not be disabled. Note The mysql_native_password authentication plugin is deprecated as of MySQL Server 8.0.34, disabled by default as of MySQL Server 8.4.0, and removed as of MySQL Server 9.0.0.
https://dev.mysql.com/doc/workbench/en/wbcopytables.html
Trigger Handling Because there is no way to temporarily disable triggers in MySQL and they can affect the copy process, MySQL Workbench will backup and drop all triggers from the target MySQL database before the copy process starts, and then these ... wbcopytables is a command-line utility included in MySQL Workbench that enables you to copy table data from a supported source database server to ...
https://dev.mysql.com/doc/connectors/en/connector-python-multi.html
If mapping is disabled, compound single statements may or may not utilize delimiters. Example: CREATE TABLE `delimiter` (begin INT, end INT); -- I am a `DELimiTer` comment Fetching Result Sets Basic usage (mapping disabled): sql_operation = """ SET ... Connector/Python can execute either a single or multiple statements, this section references multiple statement and associated delimiter ...
https://dev.mysql.com/doc/connector-python/en/connector-python-multi.html
If mapping is disabled, compound single statements may or may not utilize delimiters. Example: CREATE TABLE `delimiter` (begin INT, end INT); -- I am a `DELimiTer` comment Fetching Result Sets Basic usage (mapping disabled): sql_operation = """ SET ... Connector/Python can execute either a single or multiple statements, this section references multiple statement and associated delimiter ...
https://dev.mysql.com/doc/internals/en/autotools-configure-support.html
The following configure options are used to select or disable plugins: --with-plugins=PLUGIN[,PLUGIN]... For any plugin that is not explicitly or implicitly (as a member of a selected group) selected or disabled, it is selected to be built ...
https://dev.mysql.com/doc/internals/en/autotools-plugin-macros.html
Example: MYSQL_PLUGIN_DYNAMIC(archive, [ha_archive.la]) Declaring a plugin as a mandatory module: MYSQL_PLUGIN_MANDATORY(name) Mandatory plugins cannot be disabled. Example: MYSQL_PLUGIN_MANDATORY(myisam) Declaring a plugin as disabled: ... The ...
https://dev.mysql.com/doc/internals/en/debug-sync-activation-deactivation.html
The Debug Sync Facility, when compiled in, is disabled by default. By default, Debug Sync is disabled and the value of DEBUG_SYNC is "OFF". The Debug Sync facility is enabled by default in the test suite, but can be disabled with: mysql-test-run.pl ... The Debug Sync facility is an optional part of the MySQL ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-19.html
The new OPT_MULTI_HOST option is disabled by default for backward compatibility, but if enabled in the ConnectionOptionsMap parameter passed to connect() calls, it permits other map parameters to specify multiple hosts. These rules apply: If ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-binarylogs-category.html
Set to NONE to disable, or the name of the algorithm to be used for generating checksums; currently, only CRC32 checksums are supported. In some cases, disabling this variable might produce a performance increment. Binlog Trusts Function Creators ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-loading-data-manually.html
As of MySQL 9.4.1, you have the option to disable Guided Load if you want to skip these checks. After creating an external table manaully and specifying the files to load into the table, you specify the SECONDARY_UNLOAD clause in an ALTER TABLE ...
Displaying 741 to 750 of 1437 total results