Search



Search Results
Displaying 561 to 570 of 1889 total results
https://dev.mysql.com/doc/workbench/en/wb-table-editor-columns-tab.html
PK: PRIMARY KEY NN: NOT NULL UQ: UNIQUE INDEX BIN: BINARY UN: UNSIGNED ZF: ZEROFILL AI: AUTO_INCREMENT G: Generated Column This option is available as of MySQL Server 5.7. You must manually add single quote characters for the default value. If a ...
https://dev.mysql.com/doc/internals/en/binary-log-overview.html
[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 instance. Many details of ...
https://dev.mysql.com/doc/internals/en/libmysql-directory.html
For example, as described in an earlier section of this manual, there is a discussion of libmysql/libmysql.c which sends packets from the client to the server. The libmysql files are split into three directories: libmysql (this one), libmysql_r (the ...The files here are for producing MySQL as a library (for example, a Windows ...
https://dev.mysql.com/doc/ndbapi/en/overview-selecting-tc.html
The pool of connections from which this selection is made consists of all available connections. This is done by providing a table and a partition key (usually the primary key). Note that this is only a hint; the system can be reconfigured at any ...
https://dev.mysql.com/doc/workbench/en/wb-develop-object-management.html
From here, you can perform common tasks such as selecting tables and fields to query, edit tables, create new or drop tables and databases, perform searches, and more. The Object Browser allows you to navigate database schemas and objects.
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-native-kerberos.html
Using this connection method, MySQL Workbench and MySQL servers are able to use the Kerberos authentication protocol to mutually authenticate users and MySQL services. This way both the user and the server are able to verify each other's identity.
https://dev.mysql.com/doc/connectors/en/connector-cpp-authentication.html
In this mode, the ticket search on Windows hosts is restricted to the MIT Kerberos cache only. This package now is required only on hosts where Connector/C++ applications make connections using commercial MySQL server accounts with LDAP ...LDAP ...
https://dev.mysql.com/doc/connectors/en/connector-net-entityframework60.html
For this option, select nuget.org as the package source, search for mysql.data, and install a stable version of MySql.Data.EntityFramework. This chapter describes how to configure and use the EF6 features that are implemented in Connector/NET. To ...
https://dev.mysql.com/doc/connectors/en/connector-net-installation-source.html
The procedures in this section describe how to build source with Microsoft Visual Studio (Windows or macOS) and .NET Core CLI (Windows, macOS, or Linux). Locate the project with the same name as the solution (MySql.Data in this example). dotnet ...
https://dev.mysql.com/doc/connectors/en/connector-net-ref-efcore.html
Namespaces in this section: MySql.EntityFrameworkCore.DataAnnotations Namespace MySQL.EntityFrameworkCore.Diagnostics Namespace MySql.EntityFrameworkCore.Extensions Namespace MySql.EntityFrameworkCore.Infrastructure Namespace ...
Displaying 561 to 570 of 1889 total results