Search Results
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-quick.html
First, you need to create a configuration directory such as /var/lib/mysql-cluster, by executing the following command as the system root user: $> mkdir /var/lib/mysql-cluster In this directory, create a file named config.ini that contains the ...
https://dev.mysql.com/doc/refman/8.4/en/partitioning-types.html
With this type of partitioning, a partition is selected based on the value returned by a user-defined expression that operates on column values in rows to be inserted into the table. However, it is not difficult in MySQL to create partitioning ...
https://dev.mysql.com/doc/refman/8.4/en/rename-table.html
You must have ALTER and DROP privileges for the original table, and CREATE and INSERT privileges for the new table. RENAME TABLE tbl_name TO new_tbl_name changes internally generated foreign key constraint names and user-defined foreign key ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/replication-advisor-ref.html
An account with the REPLICATION SLAVE privilege must exist for a server to act as a replication master (so a slave can connect to it), so it's a good idea to create this account on your slaves to prepare it to take over for a master if needed. By ...
https://dev.mysql.com/doc/workbench/en/wb-installing-linux.html
There are binary distributions of MySQL Workbench available for several variants of Linux, including Fedora, Oracle Linux, and Ubuntu. For general requirements and specific installation instructions, see the sections that follow. Requirements for ...
https://dev.mysql.com/doc/workbench/en/wb-requirements.html
MySQL Workbench is available on a number of operating systems and platforms. For information about those platforms that are officially supported, see https://www.mysql.com/support/supportedplatforms/workbench.html on the MySQL website. General ...
https://dev.mysql.com/doc/workbench/en/wb-what-is-new-62.html
Shared Snippets: these allow multiple users to share SQL code across a shared MySQL connection. This window's three tabs are: Details: connection details such as Process ID, Type, User, Host, Instrumented, and additional information. Sometimes a ...
https://dev.mysql.com/doc/workbench/en/workbench-reporting-bugs.html
Operating System Specific Notes Microsoft Windows Log file location: Near the user's app data folder, such as C:\Users\[user]\AppData\Roaming\MySQL\Workbench\log for Microsoft Windows 10. The following is a list of tips and information that is ...
https://dev.mysql.com/doc/connectors/en/connector-j-binary-installation.html
The various MysqlDataSource classes support the following parameters (through standard set mutators): user password serverName databaseName port . Obtaining and Using the Binary Distribution Packages Different types of binary distribution packages ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-installation-source-unix.html
Set the environment variable TEST_UID and perhaps also TEST_PASSWORD to the user name and password for the tests, if needed. By default, the tests use “root” as the user and do not enter a password; if you want the tests to use another user name ... You need the following tools to build MySQL from source on Unix: A working ANSI C++ ...