Search Results
https://dev.mysql.com/doc/c-api/8.4/en/c-api-multiple-queries.html
This capability is enabled by special options that are specified either when you connect to the server with mysql_real_connect() or after connecting by calling mysql_set_server_option(). Failure to process the result this way may result in a dropped ... By default, mysql_real_query() and mysql_query() interpret their statement string argument as a single statement to be executed, and you process the result according to whether the statement produces a result set (a set of rows, as for SELECT) or an affected-rows count (as for INSERT, UPDATE, and so ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-change-user.html
bool mysql_change_user(MYSQL *mysql, const char *user, const char *password, const char *db) Description Changes the user and causes the database specified by db to become the default (current) database on the connection specified by mysql. In ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/news-8-1-0.html
(Bug #35106292) Bugs Fixed NDB Cluster APIs: Printing of debug log messages was enabled by default for Ndb_cluster_connection. (Bug #35362906) A failure to connect could lead ndb_restore to exit with code 1, without reporting any error message. This ... IPv6 Support Functionality Added or Changed Bugs Fixed IPv6 Support NDB did not start if IPv6 support was not enabled on the host, even when no nodes in the cluster used any IPv6 ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-1-0.html
Version 8.1.0 is a new GA release of MySQL Connector/J. MySQL Connector/J 8.1.0 supersedes the 8.0 series and is recommended for use on production systems. It supports the Java Database Connectivity (JDBC) 4.2 API, and implements the X DevAPI. (WL ...This release can be used against MySQL Server version 5.7 and ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-9-2-0.html
Version 9.2.0 is a new GA release of MySQL Connector/J. MySQL Connector/J 9.2.0 supersedes 9.1 and is recommended for use on production systems. It supports the Java Database Connectivity (JDBC) 4.2 API, and implements the X DevAPI. Installation ...
https://dev.mysql.com/doc/workbench/en/wb-command-line-options.html
The location of the generated log files, such as wb.log, are as follows: Table 2.1 Default location of generated MySQL Workbench log files Platform Default location Linux ~/.mysql/workbench/log/ macOS ~/Library/Application Support/Workbench/log/ ...
https://dev.mysql.com/doc/workbench/en/wb-what-is-new-63.html
User Interface Changes The home screen was modified: the connections, models, and starters were split into individual pages. This avoids the need to traffic all data through MySQL Workbench, or to have a permanent network connection between the ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-statements-callable.html
Notice that you have to use JDBC escape syntax, and that the parentheses surrounding the parameter placeholders are not optional: Example 3.7 Connector/J: Using Connection.prepareCall() import java.sql.CallableStatement; ... For performance reasons, ...For more information on MySQL stored procedures, please refer to Using Stored ...
https://dev.mysql.com/doc/connectors/en/connector-net-asp-provider.html
MySQL Connector/NET includes a provider model for use with ASP.NET applications. Connector/NET supports the following web providers: Membership provider Roles provider Profiles provider Session state provider The following tables show the supported ...This model enables developers to focus on the business logic of their application instead of having to recreate such boilerplate items as membership and roles ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-crystal-displaying.html
This same approach is taken when a report is created from a single table using Connector/ODBC. When a report is created from multiple tables using Connector/ODBC, a data set with multiple tables must be created in our application. To display a ...