Search



Search Results
Displaying 381 to 390 of 4187 total results
https://dev.mysql.com/doc/relnotes/mysql/9.7/en/news-9-4-0.html
(Bug #37481548) Microsoft Windows: When upgrading a MySQL Server using MySQL Configurator, the process hung in the "Starting the server and upgrading system tables" step if a custom error log name was used. (WL #16888) It is now possible to limit ...
https://dev.mysql.com/doc/refman/9.7/en/replication-gtids-lifecycle.html
The gtid_next System Variable By default, for new transactions committed in user sessions, the server automatically generates and assigns a new GTID. You can change this behavior by setting the session value of the gtid_next system variable: When ...
https://dev.mysql.com/doc/refman/9.7/en/linux-installation-apt-repo.html
You can check the status of the MySQL server with the following command: $> systemctl status mysql If the operating system is systemd enabled, standard systemctl (or alternatively, service with the arguments reversed) commands such as stop, start, ...First, add the MySQL APT repository to your system's software repository ... This ...
https://dev.mysql.com/doc/refman/9.7/en/clone-plugin-remote.html
To determine the MySQL server version, issue the following query: mysql> SHOW VARIABLES LIKE 'version'; +---------------+-------+ | Variable_name | Value | +---------------+-------+ | version | 9.7.0 | +---------------+-------+ The donor and ... The ...Use this option if you do not want to remove existing user-created data (schemas, tables, tablespaces) and binary logs from the recipient data ...
https://dev.mysql.com/doc/refman/9.7/en/plugin-loading.html
The server looks for plugin library files in the directory named by the plugin_dir system variable. Built-in Plugins Plugins Registered in the mysql.plugin System Table Plugins Named with Command-Line Options Plugins Installed with the INSTALL ...It ...
https://dev.mysql.com/doc/refman/9.7/en/replication-gtids-concepts.html
This example shows the GTID set stored in the gtid_executed system variable (@@GLOBAL.gtid_executed) of a replica that has applied transactions from more than one source: 2174B383-5441-11E8-B90A-C80AA9429562:1-3, ...The mysql.gtid_executed system ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-troubleshooting.html
Is there a MySQL server running on the machine/port you are trying to connect to? (java.security.AccessControlException) SQLState: 08S01 VendorError: 0 Either you're running an Applet, your MySQL server has been installed with the skip_networking ...
https://dev.mysql.com/doc/connector-j/en/connector-j-usagenotes-troubleshooting.html
Is there a MySQL server running on the machine/port you are trying to connect to? (java.security.AccessControlException) SQLState: 08S01 VendorError: 0 Either you're running an Applet, your MySQL server has been installed with the skip_networking ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-ndbd-definition.html
ServerPort Version (or later) NDB 9.7.0 Type or units unsigned Default [...] Range 1 - 64K Restart Type System Restart: Requires a complete shutdown and restart of the cluster. (For example, 100K means 100 × 1024 = 102400.) Parameter names and ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-install-linux-rpm.html
The components required to install the three major types of NDB Cluster nodes are given in the following list: Management node: management-server Data node: data-node SQL node: server and common In addition, the client RPM should be installed to ...
Displaying 381 to 390 of 4187 total results