Search



Search Results
Displaying 731 to 740 of 977 total results
https://dev.mysql.com/doc/connectors/en/connector-j-reference-jdbc-url-format.html
This section explains the syntax of the URLs for connecting to MySQL. This is the generic format of the connection URL: protocol//[hosts][/database][?properties] The URL consists of the following parts: Important Any reserved characters for URLs ...
https://dev.mysql.com/doc/connectors/en/connector-j-time-instants.html
Background A time instant is a specific moment on a time-line. A time instant is said to be preserved when it always refers to the same point in time when its value is being stored to or retrieved from a database, no matter what time zones the ...
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-net-ref-efcore.html
Namespaces in this section: MySql.EntityFrameworkCore.DataAnnotations Namespace MySQL.EntityFrameworkCore.Diagnostics Namespace MySql.EntityFrameworkCore.Extensions Namespace MySql.EntityFrameworkCore.Infrastructure Namespace ...
https://dev.mysql.com/doc/connectors/en/connector-net-ref-mysqlclient.html
Classes Class Description AuthenticationPluginConfigurationElement Retrieves the authentication plugin configuration from the configuration file. BaseCommandInterceptor Provides a means of enhancing or replacing SQL commands through the connection ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-configuration-dsn-windows-problems.html
While configuring a Connector/ODBC DSN, a Could Not Load Translator or Setup Library error occurs For more information, refer to MS KnowledgeBase Article(Q260558). Also, make sure you have the latest valid ctl3d32.dll in your system directory. The ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-characterset.html
This class provides all known MySQL characters sets and their default collations.
https://dev.mysql.com/doc/connectors/en/connector-python-api-mysqlconnection-charset.html
This property returns a string indicating which character set is used for the connection, whether or not it is connected.
https://dev.mysql.com/doc/connectors/en/connector-python-api-mysqlconnection-cmd-change-user.html
It also causes the specified database to become the default (current) database. It is also possible to change the character set using the charset argument. Syntax: cnx.cmd_change_user(username='', password='', database='', charset=33) Returns a ...
https://dev.mysql.com/doc/connectors/en/connector-python-example-ddl.html
All DDL (Data Definition Language) statements are executed using a handle structure known as a cursor. The following examples show how to create the tables of the Employee Sample Database. In a MySQL server, tables are very long-lived objects, and ...
Displaying 731 to 740 of 977 total results