Search



Search Results
Displaying 1181 to 1190 of 3829 total results
https://dev.mysql.com/doc/c-api/8.4/en/mysql-stmt-execute.html
The currently bound parameter marker values are sent to server during this call, and the server replaces the markers with this newly supplied data. CR_SERVER_LOST The connection to the server was lost during the query. The mysql variable is assumed ... int mysql_stmt_execute(MYSQL_STMT *stmt) Description mysql_stmt_execute() executes the prepared query associated with the statement ...
https://dev.mysql.com/doc/relnotes/mysql-enterprise-backup/8.4/en/news-8-4-6.html
(Bug #37196546) After a backup was finished, the values of the server's status variables Com_stmt_prepare and Com_stmt_close did not match. It was because mysqlbackup, after using prepared statements to query the server, closed its connection to the ... Note These release notes were created with the assistance of MySQL HeatWave ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-20.html
It is suitable for use with MySQL Server versions 8.0, 5.7, and 5.6. (Bug #30832513) Authentication failed when a client tried to connect to a server that used Windows Authentication Plugin and the Kerberos protocol. This fix corrects the issue by ... Version 8.0.20 is the latest General Availability release of the 8.0 series of MySQL ...
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. The ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-new.html
Figure 5.1 Setup New Connection Form Important The Configure Server Management button (bottom left) opens an optional configuration wizard for setting shell commands on the host. Fill out the connection details and optionally click Configure Server ... To add a connection, click the [+] icon to the right of the MySQL Connections title on the home ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-debugging-profiling.html
If set to "REQUIRED", an OpenTelemetry library must be available at run time, or connections to the MySQL Server will fail. logger The name of a class that implements 'com.mysql.cj.log.Log' that will be used to log messages to. Default Value ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-result-sets.html
clobberStreamingResults This will cause a streaming result set to be automatically closed, and any outstanding data still streaming from the server to be discarded if another query is executed before all the data has been read from the server.
https://dev.mysql.com/doc/connectors/en/connector-j-schema-validation.html
When working with MySQL Server 8.0.19 and later: Schema validation can be configured for a Collection, so that documents in the Collection are validated against a schema before they can be inserted or updated. This is done by specifying a JSON ...
https://dev.mysql.com/doc/connectors/en/connector-net-ref-mysqlclient.html
MySqlError Collection of error codes that can be returned by the server MySqlException The exception that is thrown when MySQL returns an error. ReplicationServerGroupConfigurationElement Defines a replication server group in the configuration file ... Classes Class Description AuthenticationPluginConfigurationElement Retrieves the authentication plugin configuration from the configuration ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-errors.html
For some MySQL client or server errors it is not always clear which exception to raise. MySQL Server errors are mapped with Python exception based on their SQLSTATE value (see Server Error Message Reference). It is, however, possible to redefine ...
Displaying 1181 to 1190 of 3829 total results