Search Results
https://dev.mysql.com/doc/refman/8.4/en/create-tablespace.html
MySQL NDB Cluster also supports tablespaces using the NDB storage engine. The rounding just described is done explicitly, and a warning is issued by the MySQL Server when any such rounding is performed. Has no effect in any release of MySQL NDB ...
https://dev.mysql.com/doc/x-devapi-userguide/en/connecting-to-a-single-mysqld-node-setup.html
In this example a connection to a local MySQL Server instance running X Plugin on the default TCP/IP port 33060 is established using the MySQL user account user with its password. string usr = prompt("Username:"); string pwd = prompt("Password:"); ...You are prompted to enter the user name and password in this ...SessionSettings settings(SessionOption::HOST,"localhost", SessionOption::PORT, 33060); settings.set(SessionOption::USER, usr); settings.set(SessionOption::PWD, pwd); ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-program-reference-server-script-config.html
Note The parameters listed here, with the exception of the four repository connection parameters, correspond to those displayed on the Welcome to MySQL Enterprise Monitor page used for initial setup. Important These parameters enable you to ...
https://dev.mysql.com/doc/heatwave/en/heatwave-status-variables.html
Data is tracked in megabytes and is a cumulative total of data scanned since the MySQL HeatWave Cluster was last started. The counter is reset to 0 when the MySQL HeatWave Cluster is restarted (when the rapid_bootstrap state changes from OFF or IDLE ...The value of this variable is a JSON object containing two string fields: status and ...
https://dev.mysql.com/doc/refman/8.4/en/switchable-optimizations.html
To see the current set of optimizer flags, select the variable value: mysql> SELECT @@optimizer_switch\G *************************** 1. Hash Join Flags hash_join (default on) Has no effect in MySQL 8.4. Otherwise, temporary table based ...Its value ...
https://dev.mysql.com/doc/refman/8.4/en/upgrade-prerequisites.html
Before upgrading to the latest MySQL 8.4 release, ensure the upgrade readiness of your current MySQL 8.3 or MySQL 8.4 server instance by performing the preliminary checks described below. Tip Consider using the MySQL Shell upgrade checker utility ...The upgrade checker utility carries out the automated checks that are relevant for the specified target release, and advises you of further relevant checks that you should make ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-generate-embeddings.html
This section describes how to generate vector embeddings using the ML_EMBED_ROW MySQL HeatWave GenAI routine. You can pass the text string in the routine manually or use data from tables in your database. This topic contains the following sections: ...Vector embeddings are a numerical representation of the text that capture the semantics of the data and relationships to other ...
https://dev.mysql.com/doc/mysqld-version-reference/en/keywords-9-3.html
This section provides information about keywords and reserved words in MySQL 9.3. MySQL 9.3 Keywords and Reserved Words MySQL 9.3 New Keywords and Reserved Words MySQL 9.3 Removed Keywords and Reserved Words MySQL 9.3 Keywords and Reserved Words ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-install-agent-remote.html
To monitor MySQL servers running on remote hosts, you can install the Agent on a machine other than the one hosting the MySQL server. The process for installing an Agent to monitor a MySQL server on a remote machine is identical to the process ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-mysql-instance-dashboard-layout.html
If the permission MySQL Instances is set to Read-Only, the buttons are visible, but inactive, and it is not possible to open the associated lists. Unmonitored MySQL Instances: lists the number of MySQL instances which are available, but currently ...