Search Results
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/config-file-parameters.html
# [mysqld] innodb_data_file_path=ibdata1:12M:autoextend innodb_page_size=16384 innodb_checksum_algorithm=crc32 innodb_buffer_pool_filename=ib_buffer_pool innodb_undo_tablespaces=2 All file paths contained in the generated backup-my.cnf are relative ... You can specify mysqlbackup options either on the command line or as configuration parameters inside a configuration ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/connection-options.html
If none of the algorithms specified by --compression-algorithms are permitted by the server, connection to the server will not be established. When mysqlbackup creates a backup, it sends SQL commands to a MySQL server using a database server ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-configuration-commands.html
This section covers the commands used in the MySQL Cluster Manager for getting and setting values of various types used in MySQL NDB Cluster configuration. We begin with a discussion of what we mean by the term “configuration attribute”, and ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-terminology.html
This includes the binary executables needed to run the cluster processes of the desired types on a given host. This section provides definitions of key terms used to describe MySQL Cluster Manager and its components in this manual and in other ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/adding-native-function.html
To add a native MySQL function, use the procedure described here, which requires that you use a source distribution. You cannot add native functions to a binary distribution because it is necessary to modify MySQL source code and compile MySQL from ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-17.html
It is suitable for use with MySQL Server versions 8.0, 5.7, and 5.6. (Bug #29807741, Bug #95210) ResultSetMetaData.getTableName() returned null when no applicable results could be returned for a column. Version 8.0.17 is the latest General ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-7.html
(Bug #25575156) X DevAPI: createaTable() failed with a NullPointerException when there were null inputs to it. MySQL Connectors and other MySQL client tools and applications now synchronize the first digit of their version number with the (latest) ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-configuration-file-example.html
Here is a basic connection routing example to a MySQL InnoDB Cluster named myCluster. Both classic MySQL protocol and X Protocol are enabled, it uses TCP/IP connections instead of Unix domain sockets, and it was generated using --bootstrap as a ...
https://dev.mysql.com/doc/workbench/en/wb-migration.html
Convert tables and copy data, but will not convert stored procedures, views, or triggers. MySQL Workbench provides the ability to migrate ODBC-compliant databases to MySQL. Setup may be the most challenging aspect of using the MySQL Workbench ...
https://dev.mysql.com/doc/connectors/en/connector-cpp-source-configuration-options.html
On non-Windows systems, CMake checks to see whether MYSQL_CONFIG_EXECUTABLE is set. -DBUNDLE_DEPENDENCIES=bool This is an internal option used for creating Connector/C++ distribution packages. -DCMAKE_BUILD_TYPE=type The type of build to produce: ...