Search Results
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-single-file-options.html
--dst-entry=PATH Command-Line Format --dst-entry=PATH Type Path name Used with single-file backups to extract a file or directory to a user-specified path. Default: Original pathnames are used to create files under the destination folder. You use ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/manifest-usage.html
mysqlbackup produces these files for use by database server management tools; it does not consult or modify the manifest files after creating them. The files in the manifest include: backup_create.xml: information about the backup operation. The ...
MySQL Cluster Manager 8.4 User Manual :: 3.3.2 Installing MySQL Cluster Manager on Windows Platforms
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-install-agent-windows.html
As the installer begins to copy files and perform other tasks affecting the system, you may see a warning dialog from Windows User Access Control. As mentioned elsewhere (see, for example, Section 4.4.1, “Creating a MySQL NDB Cluster with MySQL ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-terminology.html
The MySQL Cluster Manager client is a software application that allows a user to connect to MySQL Cluster Manager and perform administrative tasks, such as (but not limited to): creating, starting, and stopping clusters; obtaining cluster and ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-basic-function-reference.html
The following table summarizes the functions available in the C API basic interface. For greater detail, see the descriptions in Section 5.4, “C API Basic Function Descriptions”.
https://dev.mysql.com/doc/c-api/8.4/en/c-api-function-reference.html
The following table summarizes all functions available for the MySQL C API.
https://dev.mysql.com/doc/c-api/8.4/en/mysql-options4.html
Key names that begin with an underscore (_) are reserved for internal use and should not be created by application programs. MYSQL_OPT_USER_PASSWORD (argument types: unsigned int *, char *) This option specifies the password for a multifactor ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-stmt-bind-named-param.html
To store both named and unnamed bind user variables, call mysql_stmt_bind_named_param() after mysql_stmt_prepare(). bool mysql_stmt_bind_named_param(MYSQL_STMT *stmt, MYSQL_BIND *binds, unsigned n_params, const char **names) Description ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/plugin-api-characteristics.html
Although some aspects of the plugin API are common to all types of plugins, the API also permits type-specific interface elements so that different types of plugins can be created. The server plugin API has these characteristics: All plugins have ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/plugin-status-system-variables.html
For convenience, a number of macros are defined that make creating new system variables within a plugin much simpler. The server plugin interface enables plugins to expose status and system variables using the status_vars and system_vars members of ...