Search Results
https://dev.mysql.com/doc/connectors/en/connector-odbc-configuration-dsn.html
A User DSN is specific to an individual user, and can be used to store database connectivity information that the user regularly uses. DSN information is stored in different locations depending on your platform and environment. A Data Source Name ...
https://dev.mysql.com/doc/connectors/en/connector-python-django-backend.html
Django's DateTimeField is stored in a MySQL column defined as DATETIME(6), and TimeField is stored as TIME(6). Connector/Python includes a mysql.connector.django module that provides a Django back end for MySQL. This back end supports new features ...
https://dev.mysql.com/doc/connector-net/en/connector-net-installation-binary-nuget.html
Important For projects that require Connector/NET assemblies to be stored in the GAC or integration with Entity Framework Designer (Visual Studio), use the standalone MSI to install Connector/NET, rather than installing the NuGet packages. MySQL ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-configuration-dsn.html
A User DSN is specific to an individual user, and can be used to store database connectivity information that the user regularly uses. DSN information is stored in different locations depending on your platform and environment. A Data Source Name ...
https://dev.mysql.com/doc/connector-python/en/connector-python-django-backend.html
Django's DateTimeField is stored in a MySQL column defined as DATETIME(6), and TimeField is stored as TIME(6). Connector/Python includes a mysql.connector.django module that provides a Django back end for MySQL. This back end supports new features ...
https://dev.mysql.com/doc/internals/en/binary-log-overview.html
Statements are stored in the form of "events" that describe the modifications. A slave stores events received from the master in its relay log until they can be executed. After a backup file has been restored, the events in the binary log that were ... [Some information in this section is derived from Chapter 20, The Binary Log, in the MySQL Reference Manual.] The binary log is a set of log files that contain information about data modifications made to a MySQL server ...
https://dev.mysql.com/doc/internals/en/charsets.html
Character sets are used by MySQL when storing information, both to ensure that the information is stored (and returned) in the correct format, but also for the purposes of collation and sorting. Each character set supports one or more collations, ...
https://dev.mysql.com/doc/internals/en/creating-index-keys.html
The method used to update indexes will vary from storage engine to storage engine, depending on the method used to store the index. As part of every table-write operation (INSERT, UPDATE, DELETE), the storage engine is required to update its ...
https://dev.mysql.com/doc/internals/en/determining-authentication-method.html
Method used for authentication is tied to the user account and stored in the plugin column of mysql.user table. The name of the authentication method used by client is stored in the packet. Client informs about the user account it wants to log into ...
https://dev.mysql.com/doc/internals/en/event-data-for-specific-event-types.html
Each status variable consists of one byte code identifying the variable stored, followed by the value of the variable. Each status variable consists of one byte identifying the variable stored, followed by the value of the variable. The following ...