Search



Search Results
Displaying 1881 to 1890 of 3329 total results
https://dev.mysql.com/doc/connector-net/en/connector-net-entityframework-core.html
optionsBuilder.UseMySQL("server=localhost;database=library;user=user;password=password"); } Limitations The Connector/NET implementation of EF Core has the following limitations: Memory-Optimized Tables is not supported. MySQL Connector/NET ...
https://dev.mysql.com/doc/connector-net/en/connector-net-introduction.html
Connector/NET includes full support for: Features provided by MySQL Server, up to and including the MySQL 9.5 release series. Protocol compression, which enables compressing the data stream between the client and server. MySQL Connector/NET enables ...
https://dev.mysql.com/doc/connector-net/en/connector-net-ref-efcore.html
MySqlIndexBuilderExtensions Inheritance MySQLIndexExtensions Extension methods for IIndex for SQL Server-specific metadata. Namespaces in this section: MySql.EntityFrameworkCore.DataAnnotations Namespace MySQL.EntityFrameworkCore.Diagnostics ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-ssl-pem.html
For this example, use the test client certificates from the MySQL server repository (server-repository-root/mysql-test/std_data). The direct use of PEM format certificates was introduced to simplify certificate management in multiplatform ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-configuration-dsn-macos.html
For example: $> myodbc-installer -a -s -t"DSN=mydb;DRIVER=MySQL ODBC 9.5 Driver;SERVER=mysql;USER=username;PASSWORD=pass" To use ODBC Administrator: Warning For correct operation of ODBC Administrator, ensure that the /Library/ODBC/odbc.ini file ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-configuration-dsn-unix.html
On Unix, you configure DSN entries directly in the odbc.ini file. For example, if your odbc.ini file is located in /usr/local/etc, set the environment variables like this: export ODBCINI=/usr/local/etc/odbc.ini export ODBCSYSINI=/usr/local/etc .
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-installation-source-unix.html
These should be in place if you have installed the MySQL server on the same machine. You need the following tools to build MySQL from source on Unix: A working ANSI C++ compiler. GCC 4.2.1 or later, Sun Studio 12.1 or later, and many current ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-installation-source-windows.html
Set MYSQL_DIR to the MySQL server installation path, while using the short-style file names. For example: C:\> set MYSQL_DIR=C:\PROGRA~1\MySQL\MYSQLS~1.0 Note In some special cases, when used with certain versions of the Visual C++ Redistributable ... You only need to build Connector/ODBC from source on Windows to modify the source or installation ...
https://dev.mysql.com/doc/connector-odbc/en/index.html
Abstract This manual describes how to install and configure MySQL Connector/ODBC, the driver that enables ODBC applications to communicate with MySQL servers, and how to use it to develop database applications. The latest MySQL Connector/ODBC ...
https://dev.mysql.com/doc/connector-python/en/connector-python-api-cext-shutdown.html
Raises a MySQLErrorInterface exception if an error is retured by the MySQL server. The only argument currently permitted is an integer that describes the shutdown type. Raises a TypeError exception if the first argument is not an integer.
Displaying 1881 to 1890 of 3329 total results