Search



Search Results
Displaying 1251 to 1260 of 3917 total results
https://dev.mysql.com/doc/c-api/8.4/en/c-api-asynchronous-interface.html
As of MySQL 8.0.16, the C API includes asynchronous functions that enable nonblocking communication with the MySQL server. Asynchronous functions enable development of applications that differ from the query processing model based on synchronous ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-get-ssl-session-data.html
void * mysql_get_ssl_session_data(MYSQL *, unsigned int n_ticket, unsigned int *out_len) Description mysql_get_ssl_session_data() permits SSL session reuse by extracting a ticket from an established session and submitting that ticket when ...This ...
https://dev.mysql.com/doc/workbench/en/wb-migration-database-concepts.html
Table 10.1 Conceptual equivalents between supported DBMS products and MySQL Concept MS SQL Server Sybase ASE PostgreSQL MySQL Note Authentication Yes Yes Yes Yes Auto_Increment Yes Yes Yes Yes PostgreSQL uses sequences for Auto_Increment. Sequences ... The following table shows a comparison between each DBMS product supported by the Migration Wizard and ...Catalog Yes Yes Yes N/A You can map a catalog into a ...
https://dev.mysql.com/doc/workbench/en/wb-migration-overview-steps.html
This example migrates a Microsoft SQL Server database to MySQL and includes an image for each step. The Open ODBC Administrator option will load odbcad32.exe, and is used to confirm that the ODBC Driver for SQL Server is installed, and to make ...
https://dev.mysql.com/doc/connectors/en/connector-net-ref-mysqlclient.html
MySqlAttributeCollection Represents a collection of query attributes relevant to a MySqlCommand. MySqlError Collection of error codes that can be returned by the server MySqlException The exception that is thrown when MySQL returns an error.
https://dev.mysql.com/doc/connector-net/en/connector-net-ref-mysqlclient.html
MySqlAttributeCollection Represents a collection of query attributes relevant to a MySqlCommand. MySqlError Collection of error codes that can be returned by the server MySqlException The exception that is thrown when MySQL returns an error.
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-22.html
This enables Connector/C++ application programs to connect to MySQL servers using simple LDAP authentication, or SASL LDAP authentication using the SCRAM-SHA-1 authentication method. Note LDAP authentication requires use of a server from a MySQL ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-general-features-connection-sharing.html
MySQL Router enables server connections to be pooled and shared. If a client disconnects, the server connection is moved to the connection pool, where it is available for reuse. If the client connection is idle for more than a specified time, the ...If a connection is shared, the reconnected session is in the state the client left ...
https://dev.mysql.com/doc/refman/8.4/en/example-auto-increment.html
You can also explicitly assign 0 to the column to generate sequence numbers, unless the NO_AUTO_VALUE_ON_ZERO SQL mode is enabled. If the AUTO_INCREMENT column is part of multiple indexes, MySQL generates sequence values using the index that begins ...For example: INSERT INTO animals (id,name) VALUES(0,'groundhog'); If the column is declared NOT NULL, it is also possible to assign NULL to the column to generate sequence ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-tracing-mysql.html
mysql Information: 1 : 1: Connection Opened: connection string = 'server=localhost;User Id=root;database=world;port=3306 ;password=******;logging=True' mysql Information: 3 : 1: Query Opened: SHOW VARIABLES mysql Information: 4 : 1: Resultset ...The ...
Displaying 1251 to 1260 of 3917 total results