Search



Search Results
Displaying 851 to 860 of 3514 total results
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-sql-command.html
After it has been created, there are three main methods of interest that you can call: ExecuteReader to query the database. Results are usually returned in a MySqlDataReader object, created by ExecuteReader. After the MySqlCommand object is created, ... When a connection has been established with the MySQL database, the next step enables you to perform database ...
https://dev.mysql.com/doc/refman/8.4/en/extensions-to-ansi.html
The KEY_BLOCK_SIZE clause in the following comment is executed only by servers from MySQL 5.1.10 or higher: CREATE TABLE t1(a INT, KEY (a)) /*!50110 KEY_BLOCK_SIZE=1024 */; The following descriptions list MySQL extensions, organized by category.
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-26.html
It is possible to connect to Kerberos-authenticated accounts without giving a user name under these conditions: The user has a Kerberos principal name assigned, a MySQL Kerberos account for that principal name exists, and the user has the required ...(WL #14584) Pluggable Authentication Applications that use the legacy JDBC API now can establish connections for accounts that use the authentication_kerberos server-side authentication plugin, provided that the correct Kerberos tickets are available or can be obtained from ...
https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-3.html
(Bug #36522343) InnoDB: The upgrade process unexpectedly halted when the database contained a full-text index created in MySQL 5.7 with a user-created FTS_DOC_ID column as the primary key. (Bug #36871927) JavaScript Programs Employing a user ... C ...
https://dev.mysql.com/doc/workbench/en/wbcopytables.html
It is used by the MySQL Workbench Migration Wizard to copy data after the schema is migrated and created in the target MySQL server. It uses the same syntax as the MySQL Utilities: For TCP/IP connections: username[:password]@host:port For local ...
https://dev.mysql.com/doc/connectors/en/connector-j-source-replica-replication-connection.html
Users may specify the property allowReplicasDownConnections=true to allow Connection objects to be created even though no replica hosts are reachable. This enables users to promote replicas for Java applications without requiring an application ...
https://dev.mysql.com/doc/connector-net/en/preface.html
MySQL Connector/NET 9.5 Community License Information User Manual has information about licenses relating to Connector/NET community releases in the 9.5 release series. MySQL Connector/NET 9.5 Commercial License Information User Manual has ...
https://dev.mysql.com/doc/mysql-installer/en/preface.html
If you are using a Commercial release of MySQL Installer, see the MySQL Installer Commercial License Information User Manual for licensing information, including licensing information relating to third-party software that may be included in this ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-acl-mysql-instances-permissions.html
Read-Only: access to the MySQL instances, but no rights to create, modify, or delete connections to those instances. Administer: access to the MySQL instances, and can create, modify, and delete connections to those servers. To install SYS schema ...
https://dev.mysql.com/doc/connector-j/en/connector-j-source-replica-replication-connection.html
Users may specify the property allowReplicasDownConnections=true to allow Connection objects to be created even though no replica hosts are reachable. This enables users to promote replicas for Java applications without requiring an application ...
Displaying 851 to 860 of 3514 total results