Search



Search Results
Displaying 361 to 370 of 660 total results
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/platforms.compatibility.html
MySQL Enterprise Backup is by nature cross-platform compatible when running on the Linux and Windows operating systems: backups on a Linux machine can, in principle, be restored on a Windows machine, and vice versa. However, because Identifier Case ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/restore-performance.html
For the combination of options you can specify for a restore job, see Section 19.3, “Restore Operations”. Each file is unpacked directly to its final destination, the same as if it was copied individually. If you see that there is unused system ... This section describes the performance considerations for restoring a database server with MySQL Enterprise ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/index.html
If you do not have the MySQL Server and MySQL NDB Cluster documentation, you can obtain it free of charge from the MySQL Documentation Library, on the MySQL website. Abstract This is the User Manual for the MySQL Cluster Manager, version 8.4.6.
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-information-commands.html
characterset: latin1 TCP port: 1862 Binary data as: Hexadecimal Uptime: 4 hours 11 min 54 sec Agent no: 0 Connections: 1 Max msg id: {658358e0 102 0} -------------- Note You may use the command delimiter with mysql client commands, but you are not ... Online help is available in the MySQL Cluster Manager client for MySQL Cluster Manager client ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-install-agent.html
Installation of the MySQL Cluster Manager agent and client programs varies according to platform.
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-terminology.html
This section provides definitions of key terms used to describe MySQL Cluster Manager and its components in this manual and in other documentation relating to MySQL Cluster Manager and MySQL NDB Cluster. A set of hosts on which MySQL NDB Cluster ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-insert-id.html
uint64_t mysql_insert_id(MYSQL *mysql) Description Returns the value generated for an AUTO_INCREMENT column by the previous INSERT or UPDATE statement. Use this function after you have performed an INSERT statement into a table that contains an ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/compiling-plugin-libraries.html
After your plugin is written, you must compile it and install it. The procedure for compiling shared objects varies from system to system. If you build your library using CMake, it should be able to generate the correct compilation commands for ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/plugin-data-structures.html
A plugin library file includes descriptor information to indicate what plugins it contains. If the plugin library contains any server plugins, it must include the following descriptor information: A library descriptor indicates the general server ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-plugins.html
To create a plugin library, you must provide the required descriptor information that indicates what plugins the library file contains, and write the interface functions for each plugin. Every server plugin must have a general descriptor that ...
Displaying 361 to 370 of 660 total results