Search Results
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-installation-linux.html
There are binary distributions of MySQL Router available for several variants of Linux, including Fedora, Oracle Linux, Red Hat, and Ubuntu. Installation options include: Official MySQL Yum or APT repository packages: These binaries are built by ...
https://dev.mysql.com/doc/refman/8.4/en/binary-installation.html
This section covers the installation of MySQL from a compressed tar file binary distribution on Unix/Linux platforms. For Linux-generic binary distribution installation instructions with a focus on MySQL security features, refer to the Secure ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-tips.html
The shortcut should set the console font to Lucida Console or some other compatible Unicode font, and pass the --default-character-set=utf8mb4 (or utf8mb3) option to mysql.exe. This section provides information about techniques for more effective ...For example, the left-arrow and right-arrow keys move horizontally within the current input line, and the up-arrow and down-arrow keys move up and down through the set of previously entered ...
https://dev.mysql.com/doc/refman/8.4/en/bit-functions.html
mysql> SELECT 29 | 15; -> 31 mysql> SELECT _binary X'40404040' | X'01020304'; -> 'ABCD' If bitwise OR is invoked from within the mysql client, binary string results display using hexadecimal notation, depending on the value of the --binary-as-hex.
https://dev.mysql.com/doc/workbench/en/wb-data-modeling-menus.html
Report a Bug: Opens your default browser to bugs.mysql.com, and automatically fills in several fields such as the Operating System and MySQL Workbench version by passing in additional data via the GET request. Some menu items are not available in ...9.1.1.1.1 The File Menu Use the File menu to open a project, begin a new project, or save a ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-start-client.html
If you do not include the --password or -p option when invoking mysql, it cannot connect to the agent. If you omit the password value following the --password or -p option on the command line, the mysql client prompts you for one. This section ...
https://dev.mysql.com/doc/refman/8.4/en/mysqldump.html
The following options specify how to connect to the MySQL server, either on the same machine or a remote system. --enable-cleartext-plugin Command-Line Format --enable-cleartext-plugin Type Boolean Default Value FALSE Enable the mysql_clear_password ... The mysqldump client utility performs logical backups, producing a set of SQL statements that can be executed to reproduce the original database object definitions and table ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-parameters.html
When this threshold is passed, MySQL begins to leave additional free space within each new compressed page, dynamically adjusting the amount of free space up to the percentage of page size specified by innodb_compression_pad_pct_max. In MySQL 8.0, ... InnoDB Startup Options InnoDB System Variables System variables that are true or false can be enabled at server startup by naming them, or disabled by using a --skip- ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-cluster-setup-creating.html
In this section, we discuss the procedure for using MySQL Cluster Manager to create and start a new MySQL NDB Cluster. We assume that you have already obtained the MySQL Cluster Manager and MySQL NDB Cluster software, and that you are already ...
https://dev.mysql.com/doc/refman/8.4/en/firewall-reference.html
The firewall database can be the mysql system database or a custom schema (see Installing MySQL Enterprise Firewall). For information about MySQL Enterprise Firewall Information Schema and Performance Schema tables, see Section 28.7, ...When ...