Search Results
https://dev.mysql.com/doc/mysql-installer/en/server-accounts-roles.html
Root Account Password Assigning a root password is required and you will be asked for it when performing other MySQL Installer operations. Password strength is evaluated when you repeat the password in the box provided. For descriptive information ...
https://dev.mysql.com/doc/ndbapi/en/mgm-functions-error-handling.html
This section provides information about MGM API functions used for error handling. Each MGM API error is characterised by an error code and an error message. There may also be an error description that provides additional information about the ...
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-single.html
This section lists all NDB errors, ordered by NDB error code. Each listing also includes the error's NDB error type, the corresponding MySQL Server error, and the text of the error message. TO,Transaction had timed out when trying to commit it // ...
https://dev.mysql.com/doc/ndbapi/en/ndbapi-examples-common-files.html
In the NDB Cluster source distribution, the storage/ndb/ndbapi-examples directory storage/ndb/ndbapi-examples/common contains four header files with utilities for use in example NDB API programs. (Bug #70550, Bug #17592990) The names of these files ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-32.html
An Important Update Entity Framework 6 Notes Pluggable Authentication Functionality Added or Changed Bugs Fixed An Important Update The Connector/NET MySql.Data version 8.0.32.1 NuGet package now is released and the newer package supersedes the ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-22.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added Django 3.0 support while preserving compatibility with Django 2.2. (Bug #91699, Bug #99069, Bug #28367300, Bug #30835272, WL #13380) Refactored the Connector/Python ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-innodbfulltext-category.html
Lists the InnoDB Fulltext configuration metrics and provides a brief description of each. Table 7.15 InnoDB Fulltext Configuration Metrics NameDescriptionAux Table Specifies the qualified name of an InnoDB table containing a FULLTEXT index. Cache ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-advisor-intro-thresholds-ref.html
If the monitored value breaches the defined threshold, an event is generated and displayed on the Events page for the asset. Advisor thresholds use a variety of different value types, depending on the monitored value. Some use percentages, such as ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-advisors-intro-advisor-page-ref.html
To display the Advisors page, select Advisors from the Configuration menu. Figure 19.1 Manage Advisors Page The components and controls of the Manage Advisors page are as follows: Table 19.1 Manage Advisors Page Controls Name Description Edit ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-advisors-using-strings.html
Enclose string values within double quotation marks in the Expression or the Thresholds text boxes. For example, the expression for the “Slave I/O Thread Not Running” advisor is: (%Slave_running% == "ON") && (%Slave_IO_Running% != THRESHOLD) ...