Search



Search Results
Displaying 81 to 90 of 3329 total results
https://dev.mysql.com/doc/ndbapi/en/mgm-functions-management-server-handles.html
This section provides information about MGM API functions used to create and destroy management server handles (see NdbMgmHandle). ndb_mgm_create_handle() ndb_mgm_set_name() ndb_mgm_set_ignore_sigpipe() ndb_mgm_destroy_handle() ...
https://dev.mysql.com/doc/heatwave-aws/en/mysql-server-upgrades.html
Each major version of MySQL servers is likely to introduce some new features and remove some deprecated features. You should first identify the changes between the current version and the new version, and then verify that these changes do not affect ...to 9.x.y-uN: These upgrades are performed automatically and according to the maintenance window defined on the DB ...
https://dev.mysql.com/doc/refman/8.4/en/drop-server.html
DROP SERVER [ IF EXISTS ] server_name Drops the server definition for the server named server_name. Dropping a server for a table does not affect any FEDERATED tables that used this connection information when they were created. DROP SERVER is not ...
https://dev.mysql.com/doc/refman/8.4/en/server-configuration-defaults.html
The MySQL server has many operating parameters, which you can change at server startup using command-line options or configuration files (option files). For general instructions on setting parameters at startup or runtime, see Section 7.1.7, ...On ...
https://dev.mysql.com/doc/workbench/en/wb-manage-server-connections.html
The Manage Server Connections dialog is another way to manage MySQL connections. After the MySQL connection manager is launched, you are presented with the Connection tab of the Manage Server Connections dialog. Figure 5.13 Manage Server ...This ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-navigator-instance-server-logs.html
The Administration - Server Logs tab displays log information for the MySQL server represented by each connection tab. For each connection, the Administration - Server Logs tab includes additional tabs for the general error logs and the slow logs ...Error Log File The following figure shows an example of entries within the Error Log File ...
https://dev.mysql.com/doc/heatwave-aws/en/dbsystems-mysql-server.html
MySQL Server 3.1.2 MySQL Server This section describes various aspects of MySQL Server including versioning, upgrades, error logging, unsupported features, and limitations. MySQL Server Versions Server Upgrades Server Error Logging Unsupported ...
https://dev.mysql.com/doc/heatwave-aws/en/mysql-server-versioning.html
Server Versioning 3.1.2.1.1 Server Versioning The MySQL Server included in MySQL HeatWave on AWS uses a versioning system consisting of three numbers, an update version, and the -cloud suffix. Fixes and feature development for the cloud version of ...Using 8.4.0-u2-cloud as an example: First number: The major release number (8 in the ...
https://dev.mysql.com/doc/refman/8.4/en/alter-server.html
ALTER SERVER server_name OPTIONS (option [, option] ...) Alters the server information for server_name, adjusting any of the options permitted in the CREATE SERVER statement. For example, to update the USER option: ALTER SERVER s OPTIONS (USER ...
https://dev.mysql.com/doc/refman/8.4/en/mysqldump-copying-to-other-server.html
On Server 1: $> mysqldump --databases db1 > dump.sql Copy the dump file from Server 1 to Server 2. On Server 2: $> mysql < dump.sql Use of --databases with the mysqldump command line causes the dump file to include CREATE DATABASE and USE ...
Displaying 81 to 90 of 3329 total results