Search



Search Results
Displaying 421 to 430 of 3917 total results
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-mgm-definition.html
(NDB 8.4.0) This is the port number on which the management server listens for configuration requests and management commands. A management server that requests “any” node ID cannot use this one. Normally, the management server should be ... The ...[mgm] and [mgm default] are older aliases for these, supported for backward ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-performance-space-overview.html
When connected to a running MySQL server, MySQL Enterprise Backup backs up all MyISAM and other non-InnoDB tables using the warm backup technique after all InnoDB tables have already been backed up with the hot backup method. When connected to a ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-general-metadata.html
MySQL Router works by sitting in between applications and MySQL servers. Applications connect to Router normally as if they were connecting to an ordinary MySQL server. Whenever an application connects to Router, Router chooses a suitable MySQL ...
https://dev.mysql.com/doc/mysql-installer/en/server-apply-config.html
All configuration settings are applied to the MySQL server when you click Execute. When the installation completes successfully and you click Finish, MySQL Installer and the installed MySQL products are added to the Microsoft Windows Start menu ...
https://dev.mysql.com/doc/refman/8.4/en/debugging-server.html
If mysqld starts to eat up CPU or memory or if it “hangs,” you can use mysqladmin processlist status to find out if someone is executing a query that takes a long time. The command mysqladmin debug dumps some information about locks in use, used ... If you are using some functionality that is very new in MySQL, you can try to run mysqld with the --skip-new option (which disables all new, potentially unsafe ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-server-client-versions.html
The string and numeric forms of the MySQL server version are available at compile time as the values of the MYSQL_SERVER_VERSION and MYSQL_VERSION_ID macros, and at runtime as the values of the mysql_get_server_info() and mysql_get_server_version() ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-online-add-node-example.html
Shut down and restart each MySQL server acting as an SQL node in the cluster using mysqladmin shutdown followed by mysqld_safe (or another startup script). This should be similar to what is shown here, where password is the MySQL root password for a ...Restarting the cluster management server requires that you issue separate commands to stop the management server and then to start it again, as follows: Stop the management server using the management client STOP command, as shown here: ndb_mgm> 10 STOP Node 10 has shut ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-post-install-general.html
SQL Performance Tuning: If you are monitoring instances of MySQL running version 5.6.14 or later, rich SQL performance tuning data is available in the Query Analyzer. New Users Groups and Connections: Groups have always been used to define Event ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-supported-models.html
This topic provides the list of languages that MySQL HeatWave GenAI supports and the embedding models as well as large language models (LLMs) that are available in MySQL HeatWave. This topic contains the following sections: Before You Begin View ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-buffer-pool-optimization.html
Knowing how the InnoDB buffer pool works, and taking advantage of it to keep frequently accessed data in memory, is an important aspect of MySQL tuning. InnoDB maintains a storage area called the buffer pool for caching data and indexes in memory.
Displaying 421 to 430 of 3917 total results