Search Results
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-application-log-introduction.html
With the --log-level command-line option, you can specify the logging level using its text name or the numeric equivalent, so the following examples have the same effect: $> mysqlsh --log-level=4 $> mysqlsh --log-level=warning With the logLevel ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysqlsh.html
Use this option when you want to script MySQL Shell and not have the interactive prompts displayed. When connecting to a MySQL server using Kerberos authentication, the authentication modes have the following behavior: GSSAPI: If a password is not ... MySQL Shell is an advanced command-line client and code editor for ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-anomaly-detection-logs.html
The input table can only have the following columns: The column containing the logs. In addition to the anomaly scores included in the output table, you have the option to leverage the GenAI feature of MySQL AI to provide textual log summaries. You ... Anomaly detection for logs allows you to detect anomalies in log ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-explanations-ml-explain-table.html
Some of these columns include: Prediction ml_results [input_column_name]_attribution The input table does not have a primary key, and it does not have a column named _4aad19ca6e_pk_id. ML_EXPLAIN_TABLE explains predictions for an entire table of ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-supervised-learning.html
For example, a census and income dataset may have features such as age, education, occupation, and country that you can use to predict the income of an individual (the label). In a business setting, predictive models have a variety of possible ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-training-an-anomaly-detection-model.html
If running anomaly detection on log data, the input table can only have the following columns: The column containing the logs. Semi-supervised Learning Options You have the following options to train a semi-supervised anomaly detection model: ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-mysqlai-ml-generate-table.html
The specified input table must already exist, must not be empty, and must have a primary key. The input column must not be a part of the primary key and must not have NULL values or empty strings. If you have more than one stop sequence, then the ...
https://dev.mysql.com/doc/workbench/en/wb-getting-started-tutorial-create-connection.html
If not, click Back and check that you have entered the information correctly. Figure 5.7 Getting Started Tutorial - Test Settings You now have a chance to review the configuration settings. This tutorial adds a new connection that can be either an ...
https://dev.mysql.com/doc/workbench/en/wb-migration-database-mssql-drivers-linux.html
Note If you are using Oracle Enterprise Linux, RedHat, CentOS, and similar, you must have the EPEL repository set up in yum for it to find the libiodbc-devel package. Many distributions ship older versions of FreeTDS, so it may need to be installed ...
https://dev.mysql.com/doc/workbench/en/wb-migration-database-mssql-drivers-windows.html
SQL Server Native Client XX.X: if you have an SQL Server instance on the same machine as MySQL Workbench, then you will also have this additional driver. Microsoft Windows XP and newer includes at least one ODBC driver for Microsoft SQL Server, so ...