Search Results
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-21.html
Now, names with this format can be used when the name is enclosed properly between grave accent (`) symbols; for example, `db_1.2.3.45678`. (Bug #31237338, Bug #99371) An error was generated when the database name within a connection string that was ...(Bug #31173265) In Connector/NET 8.0.19, calling new MySqlConnection(null) returned NullReferenceException, rather than returning an object with a ConnectionString property equal to String.Empty as the previous versions of Connector/NET ...
https://dev.mysql.com/doc/workbench/en/wb-forward-engineering-sql-scripts.html
Leave this field blank to view, but not save, the generated output. Generate DROP Statements Before Each CREATE Statement Select this option to generate a statement to drop each object before the statement that creates it. This ensures that any ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-performance-extensions.html
Prior to version 8.0.29, this property was named 'parseInfoCacheFactory', which remains as an alias. Default Value true Since Version 3.1.7 maintainTimeStats Should the driver maintain various internal timers to enable idle time calculations as well ... callableStmtCacheSize If 'cacheCallableStmts' is enabled, how many callable statements should be cached? Default Value 100 Since Version 3.1.2 metadataCacheSize The number of queries to cache 'ResultSetMetadata' for if 'cacheResultSetMetaData' is set to ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-usagenotes-apptips-microsoft.html
You can fix this by selecting "Query|SQLSpecific|Pass-Through" from the Access menu. If you have in Access a column defined as BYTE, Access tries to export this as TINYINT instead of TINYINT UNSIGNED. This gives you problems if you have values ...
https://dev.mysql.com/doc/internals/en/binary-log-versions.html
This section describes how the server distinguishes each format to identify which one a binary log file uses. In v1 and v3, this event is called a "start event." In v4, it is called a "format description event." Elsewhere you may see either term ...
https://dev.mysql.com/doc/internals/en/error-flags.html
(This allows one to catch all error messages generated by a statement) thd->lex->current_select->no_error This is set to in case likes INSERT IGNORE ... In this case we ignore all not fatal errors generated by the select. thd->is_fatal_error Set ...
https://dev.mysql.com/doc/internals/en/load-data-infile-events.html
This has the drawback that the binary log is not self-contained: If the file has been removed on the master or the slave cannot access the master, the file transfer fails. This was a design flaw since the file cannot be loaded until the ... LOAD ...
https://dev.mysql.com/doc/heatwave-aws/en/mysql-server-plugins-components.html
For more information, refer to MySQL Enterprise Thread Pool, in the MySQL Reference Manual. This capability provides a deterrent that slows down brute force attacks against MySQL user accounts. For more information, refer to The Connection-Control ... Plugins and Components 3.1.2.6 Plugins and Components The following MySQL Server plugins and components are loaded by ...
https://dev.mysql.com/doc/refman/8.4/en/clone-plugin-replication.html
In this case, an error message is issued, and you must set the channel up manually. This data permits initiating replication at a consistent position in the replication stream. When you issue START GROUP_REPLICATION on the joining member, the ...In ...
https://dev.mysql.com/doc/refman/8.4/en/firewall-installation.html
Installation can be performed using a graphical interface or manually: On Windows, MySQL Configurator includes an option to enable MySQL Enterprise Firewall for you. Manual MySQL Enterprise Firewall installation involves running a script located in ... MySQL Enterprise Firewall installation is a one-time operation that installs the elements described in Section 8.4.7.1, “Elements of MySQL Enterprise ...