Search



Search Results
Displaying 2251 to 2260 of 5018 total results
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-mysqlscript.html
This tutorial teaches you how to use the MySqlScript class. Depending on the circumstances, this can be more convenient than using the MySqlCommand approach. Further details of the MySqlScript class can be found in the reference documentation ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-installation-binary-windows-dll.html
For example: # For Unicode-enabled driver: myodbc-installer -a -d -n "MySQL ODBC 9.3 Unicode Driver" -t "DRIVER=myodbc9w.dll;SETUP=myodbc9S.dll" # For ANSI driver: myodbc-installer -a -d -n "MySQL ODBC 9.3 ANSI Driver" -t ... If you have downloaded ...
https://dev.mysql.com/doc/connectors/en/connector-python-versions.html
Note MySQL Connectors and other MySQL client tools and applications now synchronize the first digit of their version number with the (highest) MySQL server version they support. For example, MySQL Connector/Python 8.0.12 would be designed to support ... This section describes both version releases, such as 8.0.34, along with notes specific to the two implementations (C Extension and Pure ...
https://dev.mysql.com/doc/connector-net/en/connector-net-interceptors.html
With MySQL Connector/NET, the interceptors are enabled and disabled by updating the connection string to refer to different sets of interceptor classes that you instantiate. The BaseCommandInterceptor class has these methods that you can override: ... An interceptor is a software design pattern that provides a transparent way to extend or modify some aspect of a program, similar to a user ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-mysqlscript.html
This tutorial teaches you how to use the MySqlScript class. Depending on the circumstances, this can be more convenient than using the MySqlCommand approach. Further details of the MySqlScript class can be found in the reference documentation ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-installation-binary-windows-dll.html
For example: # For Unicode-enabled driver: myodbc-installer -a -d -n "MySQL ODBC 9.5 Unicode Driver" -t "DRIVER=myodbc9w.dll;SETUP=myodbc9S.dll" # For ANSI driver: myodbc-installer -a -d -n "MySQL ODBC 9.5 ANSI Driver" -t ... If you have downloaded ...
https://dev.mysql.com/doc/connector-python/en/connector-python-versions.html
Note MySQL Connectors and other MySQL client tools and applications now synchronize the first digit of their version number with the (highest) MySQL server version they support. For example, MySQL Connector/Python 8.0.12 would be designed to support ... This section describes both version releases, such as 8.0.34, along with notes specific to the two implementations (C Extension and Pure ...
https://dev.mysql.com/doc/internals/en/event-meanings.html
(In MySQL 4.0 and 4.1, this event is written only to the first binary log file that the server creates after startup.) This event is used in MySQL 3.23 through 4.1 and superseded in MySQL 5.0 by FORMAT_DESCRIPTION_EVENT. ROTATE_EVENT Written when ...
https://dev.mysql.com/doc/mysql-installer/en/server-authentication-method.html
The Authentication Method step is visible only during the installation or upgrade of MySQL 8.0.4 or higher. The MySQL user accounts that you create in the next step will use the authentication method that you select in this step. MySQL 8.0 ...For ...
https://dev.mysql.com/doc/ndbapi/en/mccj-overview-java.html
A NDB Cluster is defined as one or more MySQL Servers providing access to an NDBCLUSTER storage engine—that is, to a set of NDB Cluster data nodes (ndbd processes). There are three main access paths from Java to NDBCLUSTER, listed here: JDBC and ...When using JDBC, you must write the SQL, manage the connection, and copy any data from the result set that you want to use in your program as ...
Displaying 2251 to 2260 of 5018 total results