Search



Search Results
Displaying 1241 to 1250 of 3329 total results
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-backup-process.html
In general, this is what happens when you run a backup operation with mysqlbackup: The InnoDB data files, redo log, binary log, and relay log files (except for the log files currently in use) are being copied into the backup, while the database ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-files-backed-up-generated.html
These parameters are also checked during a restore operation for their compatibility with your target server's configuration. server-my.cnf: Contains values of the backed-up server's global variables that are set to non-default values. Inside the ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/restore.html
Normally, the restoration process requires the database server to be already shut down (or, at least not operating on the directory you are restoring the data to), except for a partial restore. Example 5.1 Restoring a Database Server mysqlbackup ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/index.html
This manual contains certain basic information about MySQL Server and MySQL NDB Cluster; however, it is not in any way intended as an exhaustive reference for either of these products. For complete information about MySQL Server and MySQL NDB ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-information-commands.html
In addition, you can obtain information about mysql client commands that are independent of the MySQL server and thus are also available for use when connected to the MySQL Cluster Manager agent. You can also use most standard mysql client commands ... Online help is available in the MySQL Cluster Manager client for MySQL Cluster Manager client ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-asynchronous-interface.html
As of MySQL 8.0.16, the C API includes asynchronous functions that enable nonblocking communication with the MySQL server. Asynchronous functions enable development of applications that differ from the query processing model based on synchronous ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-prepared-statement-type-codes.html
For input, buffer_type indicates the type of the variable containing the value to be sent to the server. For output, it indicates the type of the variable into which a value received from the server should be stored. The following table shows the ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-get-ssl-session-data.html
void * mysql_get_ssl_session_data(MYSQL *, unsigned int n_ticket, unsigned int *out_len) Description mysql_get_ssl_session_data() permits SSL session reuse by extracting a ticket from an established session and submitting that ticket when ...This ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-ping.html
int mysql_ping(MYSQL *mysql) Description Checks whether the connection to the server is working. mysql_ping() can be used by clients that remain idle for a long while, to check whether the server has closed the connection and reconnect if necessary. Return Values Zero if the connection to the server is ...If the connection has gone down and ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-shutdown.html
MySQL servers support only one type of shutdown; shutdown_level must be equal to SHUTDOWN_DEFAULT. CR_SERVER_LOST The connection to the server was lost during the query. int mysql_shutdown(MYSQL *mysql, enum mysql_enum_shutdown_level ...
Displaying 1241 to 1250 of 3329 total results