Search



Search Results
Displaying 2061 to 2070 of 5018 total results
https://dev.mysql.com/doc/refman/8.4/en/performance-schema-threads-table.html
Each row contains information about a thread and indicates whether monitoring and historical event logging are enabled for it: mysql> SELECT * FROM performance_schema.threads\G *************************** 1. row *************************** ... The ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-list-packages.html
This can sometimes be empty when a package includes MySQL NDB Cluster installations that are in different locations on different hosts (see next example). The path to the MySQL NDB Cluster installation directory (base directory) on the indicated ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-audit-plugins.html
This section describes how to write a server-side audit plugin, using the example plugin found in the plugin/audit_null directory of MySQL source distributions. Within the server, the pluggable audit interface is implemented in the sql_audit.h and ...The audit_null.c and audit_null_variables.h source files in that directory implement an audit plugin named ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-model-handles.html
In the following example, @census_model is defined as the model handle session variable with no set model handle name: mysql> CALL sys.ML_TRAIN('heatwaveml_bench.census_train', 'revenue', JSON_OBJECT('task', 'classification'), @census_model); While ... When ML_TRAIN trains a model, you have the option to specify a name for the model, which is the model ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-training-an-anomaly-detection-model.html
Log lines are grouped according to their respective source (for example, logs from multiple MySQL databases that are in the same table). To review supported embedding models in MySQL AI, run the following query: SELECT sys.ML_LIST_LLMS(); and see ...
https://dev.mysql.com/doc/workbench/en/wb-migration-database-concepts.html
The following table shows a comparison between each DBMS product supported by the Migration Wizard and MySQL. Table 10.1 Conceptual equivalents between supported DBMS products and MySQL Concept MS SQL Server Sybase ASE PostgreSQL MySQL Note ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-stored-proc.html
To call a stored procedure using Connector/NET, you create a MySqlCommand object and pass the stored procedure name as the CommandText property. After defining the parameters, you call the stored procedure by using the MySqlCommand.ExecuteNonQuery() ... A stored procedure is a set of SQL statements that is stored in the ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-asp-provider-profile.html
This tutorial shows you how to use the MySQL Profile Provider to store user profile information in a MySQL database. The tutorial uses MySQL Connector/NET 6.9.9, MySQL Server 5.7.21 and Microsoft Visual Studio 2017 Professional Edition. The MySQL ...Many modern websites allow the user to create a personal ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-support-version-history.html
For example, when MySQL Server released versions 5.7.43, 8.0.34, and 8.1.0, this connector released connector version (8.1.0) that connects to all three MySQL Server versions. This is the first series without 32-bit support, which ended for all ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-usagenotes-apptips-microsoft.html
5.8.2.1.1 Microsoft Access To improve the integration between Microsoft Access and MySQL through Connector/ODBC: For all versions of Access, enable the Connector/ODBC Return matching rows option. For maximum portability, do not use a length ... The ...
Displaying 2061 to 2070 of 5018 total results