Search Results
https://dev.mysql.com/doc/connector-net/en/connector-net-simple-membership-tutorial.html
This section documents the ability to use a simple membership provider on MVC 4 templates. This tutorial creates an application using a simple membership provider and then adds third-party (Google) OAuth authentication support. This tutorial uses ...The configuration OAuth compatible for the application to login using external credentials from third-party providers like Google, Facebook, Twitter, or ...
https://dev.mysql.com/doc/internals/en/event-flags.html
There are comments about these flags in log_event.h, in addition to the remarks in this section. (This is the only case when MySQL modifies an already written part of a binary log file). This flag should be set for any event that does not need to ...
https://dev.mysql.com/doc/internals/en/zlib-directory.html
On Unix, MySQL uses the system libgz.a library for this purpose. There is a full description of the library's functions in the gzip manual at http://www.gzip.org/zlib/manual.html. There is therefore no need to list the modules in this document. zlib ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-enterprise-backup-backup-recovery.html
This option opens the default file browser to search for a backup folder. Figure 6.29 Workbench: MySQL Enterprise Backup - Recovery Select one of the following source options and then click Next to continue: Restore based on a Backup Profile ... The ...
https://dev.mysql.com/doc/workbench/en/wb-tutorial-visual-explain-dbt3.html
This tutorial describes how to use Explain reports to locate and fix problematic (slow) queries. However, EXPLAIN estimates that this query scans 1546 rows to return 18. Figure 7.16 DBT-3 Explain Tutorial: Visual Explain with Multiple-Column Index ...It uses the DBT-3 database and begins with the following simple query ...
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 ...