Search



Search Results
Displaying 471 to 480 of 1017 total results
https://dev.mysql.com/doc/workbench/en/wb-migration-database-mssql-typemapping.html
The following table shows the mapping between Microsoft SQL Server (source) data types and MySQL data types. Table 10.2 Type mapping Source Type MySQL Type Comment INT INT TINYINT TINYINT UNSIGNED flag set in MySQL. SMALLINT SMALLINT BIGINT BIGINT ...
https://dev.mysql.com/doc/connectors/en/connector-cpp-apps-macos-notes.html
This section describes aspects of building Connector/C++ applications that are specific to macOS. For general application-building information, see Section 2.5.1, “Building Connector/C++ Applications: General Considerations”. The binary ...
https://dev.mysql.com/doc/connectors/en/connector-cpp-source-configuration-options.html
Similarly, specifying PROTOBUF_BIN_DIR makes it possible to locate the binaries required to use the dependency and find the compiler. -DBUNDLE_DEPENDENCIES=bool This is an internal option used for creating Connector/C++ distribution packages.
https://dev.mysql.com/doc/connectors/en/connector-j-installing.html
You can install the Connector/J package using either a binary or source distribution. While the binary distribution provides the easiest method for installation, the source distribution lets you customize your installation. Both types of ...
https://dev.mysql.com/doc/connectors/en/connector-net-entityframework-core.html
MySQL Connector/NET integrates support for Entity Framework Core (EF Core). The requirements and configuration of EF Core depend on the version of Connector/NET installed and the features that you require. Configuration with MySQL To use Entity ...
https://dev.mysql.com/doc/connectors/en/connector-python-installation.html
Binaries of Connector/Python are distributed in the RPM and the wheel package formats. Make sure Python is installed on your platform: Python comes preinstalled on most Unix and Unix-like systems, such as Linux, macOS, and FreeBSD. If your system ...
https://dev.mysql.com/doc/connector-net/en/connector-net-entityframework-core.html
MySQL Connector/NET integrates support for Entity Framework Core (EF Core). The requirements and configuration of EF Core depend on the version of Connector/NET installed and the features that you require. Configuration with MySQL To use Entity ...
https://dev.mysql.com/doc/connector-python/en/connector-python-installation.html
Binaries of Connector/Python are distributed in the RPM and the wheel package formats. Make sure Python is installed on your platform: Python comes preinstalled on most Unix and Unix-like systems, such as Linux, macOS, and FreeBSD. If your system ...
https://dev.mysql.com/doc/internals/en/bulk-insert.html
Instead of writing each key value to B-tree (that is, to the key cache, although the bulk insert code doesn't know about the key cache), we store keys in a balanced binary (red-black) tree, in memory. When this tree reaches its memory limit, we ...
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, ...
Displaying 471 to 480 of 1017 total results