Search



Search Results
Displaying 551 to 560 of 1982 total results
https://dev.mysql.com/doc/c-api/8.4/en/c-api-prepared-statement-data-structures.html
Prepared statements use several data structures: To obtain a statement handler, pass a MYSQL connection handler to mysql_stmt_init(), which returns a pointer to a MYSQL_STMT data structure. To specify the statement to prepare, pass the MYSQL_STMT ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/news-8-4-1.html
MySQL NDB Cluster 8.4.1 is a new LTS release of NDB 8.4, based on MySQL Server 8.4 and including features in version 8.4 of the NDB storage engine, as well as fixing recently discovered bugs in previous NDB Cluster releases. NDB Cluster 8.4 source ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-8.html
Version 8.0.8 Development Milestone is the latest development release of the 8.0 branch of MySQL Connector/J, providing an insight into upcoming features. It is suitable for use with MySQL Server versions 5.5, 5.6, 5.7, and 8.0. Functionality Added ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-connections.html
MySQL Shell can connect to MySQL Server using both X Protocol and classic MySQL protocol. You can specify the MySQL server instance to which MySQL Shell connects globally in the following ways: When you start MySQL Shell, using the command ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-genai-summarize-content.html
The following sections in this topic describe how to summarize exiting content using the GenAI: Before You Begin Summarizing Content Running Batch Queries What's Next Before You Begin Review the GenAI requirements and privileges. For Running Batch ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-statements.html
This results in better performance when dealing with time zone conversions in Date and Time data types, however it won't be aware of time zone changes if they happen at runtime. Default Value true Since Version 8.0.20 continueBatchOnError Should the ...
https://dev.mysql.com/doc/connectors/en/connector-j-source-replica-replication-connection.html
This section describe a number of features of Connector/J's support for replication-aware deployments. Such Connection objects report they are read-only, and isSourceConnection() returns false for them. The Connection tests for available source ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-known-issues-limitations.html
The following are some known issues and limitations for MySQL Connector/J: When Connector/J retrieves timestamps for a daylight saving time (DST) switch day using the getTimeStamp() method on the result set, some of the returned values might be ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-troubleshooting.html
This section explains the symptoms and resolutions for the most commonly encountered issues with applications using MySQL Connector/J. Questions 3.14.1: When I try to connect to the database with MySQL Connector/J, I get the following exception: ...
https://dev.mysql.com/doc/connectors/en/connector-net-authentication.html
MySQL Connector/NET implements a variety of authentication plugins that MySQL Server can invoke to authenticate a user. Pluggable authentication enables the server to determine which plugin applies, based on the user name and host name that your ...
Displaying 551 to 560 of 1982 total results