Search



Search Results
Displaying 1211 to 1220 of 5220 total results
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-exitcodes.html
Users can, for example, use a script to catch the exit code returned by mysqlbackup, and then pass it onto the print-message command to obtain an exit message. MySQL Enterprise Backup returns one of the following exit codes as it exits an operation. The meaning of each code is explained in Table 17.1, “MySQL Enterprise Backup Exit Codes and Messages” by its associated exit ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-set-server-option.html
Enabling multiple-statement support with MYSQL_OPTION_MULTI_STATEMENTS_ON does not have quite the same effect as enabling it by passing the CLIENT_MULTI_STATEMENTS flag to mysql_real_connect(): CLIENT_MULTI_STATEMENTS also enables ... int ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-create-cluster.html
As with other lists passed as option values in MySQL Cluster Manager commands, you must not use spaces before or after the commas. create cluster {--package=|-P }package_name {--processhosts=|-R }process_host_list cluster_name [(--import|-m) ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-set-local-infile-handler.html
The userdata argument is the same value that is passed to mysql_set_local_infile_handler(). After calling mysql_set_local_infile_handler() in your C code and passing pointers to your callback functions, you can then issue a LOAD DATA LOCAL statement ... void mysql_set_local_infile_handler(MYSQL *mysql, int (*local_infile_init)(void **, const char *, void *), int (*local_infile_read)(void *, char *, unsigned int), void (*local_infile_end)(void *), int (*local_infile_error)(void *, char*, unsigned int), void *userdata); Description This function installs callbacks to be used during the execution of LOAD DATA LOCAL ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-16.html
Version 8.0.16 is the latest General Availability release of the 8.0 series of MySQL Connector/J. It is suitable for use with MySQL Server versions 8.0, 5.7, and 5.6. Functionality Added or Changed Bugs Fixed Functionality Added or Changed X ...It ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-mgm.html
To start the management client, it is necessary to supply the host name and port number of the management server: $> ndb_mgm [host_name [port_num]] For example: $> ndb_mgm ndb_mgmd.mysql.com 1186 The default host name and port number are localhost ... The ndb_mgm management client process is actually not needed to run the ...
https://dev.mysql.com/doc/heatwave/en/heatwave-errors.html
The following list contains all current MySQL HeatWave errors in numerical order. Description: An unsupported argument was passed to a function in HeatWave. The entry for each error contains the error number, name (symbol), description, and ...
https://dev.mysql.com/doc/connectors/en/connector-j-reference-error-sqlstates.html
The table below provides a mapping of the MySQL error numbers to JDBC SQLState values.
https://dev.mysql.com/doc/connectors/en/connector-j-versions.html
Also, a customized JSSE provider might be required to use some later TLS versions and cipher suites when connecting to MySQL servers. Here is some compatibility information for Connector/J 8.0: JDBC versions: Connector/J 8.0 implements JDBC 4.2.
https://dev.mysql.com/doc/connectors/en/connector-net-ref-types.html
Classes Class Description MySqlConversionException Represents exceptions returned during the conversion of MySQL types. Structures Structure Description MySqlDateTime Defines operations that apply to MySqlDateTime objects.
Displaying 1211 to 1220 of 5220 total results