Search Results
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-start-stop-agent-linux.html
To start the MySQL Cluster Manager agent on a given host running a Linux or similar operating system, you should run mcmd, found in the bin directory within the manager installation directory on that host. If the client is unavailable, you can stop ...Typical options used with mcmd are shown here: mcmd [--config=filename | --bootstrap] See Section 4.1, “mcmd, the MySQL Cluster Manager Agent”, for information about additional options that can be used when invoking mcmd from the command line, or in a configuration ...
https://dev.mysql.com/doc/refman/9.7/en/identifier-mapping.html
There is a correspondence between database and table identifiers and names in the file system. MySQL encodes any characters that are problematic in the corresponding file system objects when it creates database directories or table files: Basic ...
https://dev.mysql.com/doc/refman/9.7/en/information-schema-innodb-buffer-page-table.html
Do not query this table on a production system unless you are aware of the performance impact and have determined it to be acceptable. To avoid impacting performance on a production system, reproduce the issue you want to investigate and query ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-active-language.html
The active mode determines how the executed statements are processed: If using SQL mode, statements are processed as SQL which means they are sent to the MySQL server for execution. For platforms that include a system supported installation of ...
https://dev.mysql.com/doc/refman/9.7/en/source-installation-prerequisites.html
To install MySQL from source, the following system requirements must be satisfied, regardless of installation method: CMake, which is used as the build framework on all platforms. On Unix-like systems, including Linux, you can check your system's ...
https://dev.mysql.com/doc/internals/en/autotools-plugin-macros.html
This macro is roughly equivalent to: MYSQL_PLUGIN(name, 'long-name, description) MYSQL_PLUGIN_DEFINE(name, WITH_NAME_STORAGE_ENGINE) Example: MYSQL_STORAGE_ENGINE(berkeley, berkeley-db, [BerkeleyDB Storage Engine], [Transactional Tables using ...
https://dev.mysql.com/doc/internals/en/event-data-fields.html
The data part of an event consists of a fixed-size part and a variable-size part. (For example, a STOP_EVENT consists only of the header part; the fixed and variable data parts are both empty.) The size of the event data part is the event size ...
https://dev.mysql.com/doc/internals/en/myisam-column-attributes.html
Example: a CHAR(5) column containing the value 'A' looks like: hexadecimal 41 20 20 20 20 -- (length = A??'</code>) VARCHAR Storage: variable-length string with a preceding length. Next I'll describe the physical attributes of each column in a row.
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-classification-score.html
You can use the session variable for the model that is valid for the duration of the connection. After generating predictions and explanations, you can score the model to assess its reliability. For a list of scoring metrics you can use with ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-scoring-a-forecasting-model.html
You can use the session variable for the model that is valid for the duration of the connection. After generating predictions, you can score the model to assess its reliability. For a list of scoring metrics you can use with forecasting models, see ...