Search



Search Results
Displaying 2391 to 2400 of 4186 total results
https://dev.mysql.com/doc/refman/9.7/en/windows-extract-archive.html
To install MySQL manually, do the following: If you are upgrading from a previous version then refer to Section 3.11, “Upgrading MySQL on Windows” before beginning the upgrade process. Make sure that you are logged in as a user with ...
https://dev.mysql.com/doc/refman/9.7/en/x-plugin-disabling.html
The X Plugin can be disabled at startup by either setting mysqlx=0 in your MySQL configuration file, or by passing in either --mysqlx=0 or --skip-mysqlx when starting the MySQL server. Alternatively, use the -DWITH_MYSQLX=OFF CMake option to ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/backup.compressed.html
Compression lets you keep more sets of backup data on hand or save transmission time when sending the backup data to another server. To avoid wasting CPU cycles without saving additional disk space, --compress does not attempt to compress tables ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/meb-exitcodes.html
MySQL Enterprise Backup returns one of the following exit codes as it exits an operation. The meaning of each code is explained in Table 17.1, “MySQL Enterprise Backup Exit Codes and Messages” by its associated exit message. Users can, for ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/meb-files-backed-up-myisam.html
Note While MySQL Enterprise Backup can back up non-InnoDB data (like MYISAM tables), the MySQL server to be backed up must support InnoDB, and the server must contain at least one InnoDB table. mysqlbackup also backs up the .MYD files, .MYI files, ...
https://dev.mysql.com/doc/connector-cpp/9.7/en/index.html
Abstract This manual describes how to install and configure MySQL Connector/C++ 9.7, which provides C++ and plain C interfaces for communicating with MySQL servers, and how to use Connector/C++ to develop database applications. Connector/C++ 9.7 is ...For notes detailing the changes in each release of Connector/C++, see MySQL Connector/C++ Release ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/admin-api-bootstrapping-router.html
To bootstrap MySQL Router at the command-line, pass in the --bootstrap option when you start the mysqlrouter command, and it retrieves the topology information from the metadata and configures routing connections to the server instances. Note Do not ... You bootstrap MySQL Router against an InnoDB ReplicaSet or InnoDB Cluster to automatically configure ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/admin-api-sandboxes.html
You can test the functionality locally before deploying on your production servers. In a production environment, the MySQL Server instances are deployed to various host machines on the network. This section explains how to set up a sandbox ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/admin-api-tagging.html
This functionality enables you to safely take a server instance offline so that applications and MySQL Router ignore it. For example, while you perform maintenance tasks, such as a server upgrade or configuration changes. A configurable tag ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-innodb-cluster-from-group-replication.html
At least 3 instances are needed for the cluster to be able to withstand up to one server failure. If you do not specify adoptFromGR: true, and the target server instance belongs to a replication group, MySQL Shell prompts you to confirm whether you ... If you have an existing deployment of Group Replication and you want to use it to create a cluster, pass the adoptFromGR option to the dba.createCluster() ...
Displaying 2391 to 2400 of 4186 total results