Search



Search Results
Displaying 1151 to 1160 of 3917 total results
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/config-file-parameters.html
The MySQL server's reference manual typically lists the parameter names with underscores, to match the output of the SHOW VARIABLES statement. Server Data Locations and Options Files mysqlbackup reads the locations of the MySQL data (data files, ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-replication.html
Backup and restore operations are especially important in systems that use MySQL replication to synchronize data across a source server and a set of replica servers. In a replication configuration, MySQL Enterprise Backup helps you manage images ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/mysqlbackup.html
Here are some sample commands to start a backup operation with mysqlbackup are: # Information about data files can be retrieved through the database server connection. mysqlbackup --defaults-file=/usr/local/mysql/my.cnf \ --compress ... The ...Each ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-refresh.html
CR_SERVER_LOST The connection to the server was lost during the query. int mysql_refresh(MYSQL *mysql, unsigned int options) Description Note mysql_refresh() is deprecated and is subject to removal in a future version of MySQL. This function ...The ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-29.html
It is suitable for use with MySQL Server versions 8.0 and 5.7. Since release 8.0.29, utf8mb3 has become a recognized (though deprecated) character set on its own for MySQL Server. Therefore, Connector/J has added utf8mb3 to its character set ...It ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-32.html
It is suitable for use with MySQL Server versions 8.0 and 5.7. (Bug #108419, Bug #34578010) When using server-side prepared statements, the BIT data type was not properly handled by NativeQueryBindValue.getFieldType() and, as a result, BIT values ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-7.html
MySQL Connectors and other MySQL client tools and applications now synchronize the first digit of their version number with the (latest) MySQL server version they support. (WL #10530) To avoid using JDBC statements inside core Connector/J classes, ...This change makes it easy and intuitive to decide which client version to use for which server ...
https://dev.mysql.com/doc/refman/8.4/en/select.html
If ORDER BY occurs within a parenthesized query expression and also is applied in the outer query, the results are undefined and may change in a future version of MySQL. When you use ORDER BY or GROUP BY to sort a column in a SELECT, the server ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-data-structures.html
MYSQL_RES This structure represents the result of a query that returns rows (SELECT, SHOW, DESCRIBE, EXPLAIN). Tip To view the MYSQL_FIELD member values for result sets interactively, start the mysql client with the --column-type-info option, then ...Do not try to make a copy of a MYSQL ... This section describes C API data structures other than those used for prepared statements, the asynchronous ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-connect-drivermanager.html
When the user for the connection is unspecified, Connector/J's implementations of the authentication plugins use by default the name of the OS user who runs the application for authentication with the MySQL server (except when the Kerberos ... When ...Specify to the DriverManager which JDBC drivers to try to make Connections ...
Displaying 1151 to 1160 of 3917 total results