Search Results
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-progress-tracking.html
You can monitor the progress of MySQL HeatWave AutoML routines through Performance Schema queries made from a second MySQL Client session. mysql> CALL sys.ML_TRAIN('census_data.census_train', 'revenue', JSON_OBJECT('task', 'classification'), ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-vault.html
By using the vault, you need not enter credentials every time MySQL Workbench attempts to connect to a server. The vault provides a convenient secure storage for passwords used to access MySQL servers. For example, a local connection might use ...
https://dev.mysql.com/doc/internals/en/plugins.html
For example, several storage engines have been converted to plugins, and they can be selected or disabled at configuration time. Beginning with MySQL 5.1, the server supports a plugin architecture for loading plugins. You can build a plugin as ...
https://dev.mysql.com/doc/workbench/en/wb-migration-database-mssql-drivers-windows.html
Microsoft Windows XP and newer includes at least one ODBC driver for Microsoft SQL Server, so additional actions are likely not required on your system. Multiple SQL Server driver options exist, as described in this section. You can check your ODBC ...
https://dev.mysql.com/doc/workbench/en/wb-migration-install-odbc-libraries.html
In the pyodbc source directory, edit the setup.py file and around line 157, replace the following line: settings['libraries'].append('odbc') with settings['libraries'].append('iodbc') Execute the following command as the root user: ... Note This ...
https://dev.mysql.com/doc/internals/en/creating-binary-packages.html
Another way to build packages is by calling the cpack executable directly: cpack -G TGZ --config CPackConfig.cmake Use -G TGZ to produce a .tar.gz archive, -GZIP for a .zip file. A package can be created in the form of a .tar.gz archive or .zip ...
https://dev.mysql.com/doc/refman/8.4/en/replication-features-transaction-inconsistencies.html
When using a multithreaded replica, workers which have not received an error complete their queues, so it may take time to stop all threads. Inconsistencies in the sequence of transactions that have been executed from the relay log can occur ...
https://dev.mysql.com/doc/internals/en/mysql-test-directory.html
The directory has a README file which explains how to run the tests, how to make new tests (in files with the filename extension *.test), and how to report errors. Primarily these are SQL scripts which try out a feature, output a result, and compare ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-responses-failure-exit.html
The group_replication_exit_state_action system variable specifies what Group Replication does when the member leaves the group unintentionally due to an error or problem, and either fails to auto-rejoin or does not try. However, clients can still ...Note that in the case of an expelled member, the member does not know that it was expelled until it reconnects to the group, so the specified action is only taken if the member manages to reconnect, or if the member raises a suspicion on itself and expels ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-config-file.html
Configuring NDB Cluster requires working with two files: my.cnf: Specifies options for all NDB Cluster executables. This file, with which you should be familiar with from previous work with MySQL, must be accessible by each executable running in ...