Search



Search Results
Displaying 351 to 360 of 1932 total results
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-training-a-recommendation-model.html
mysql> SET @variable = 'model_handle'; Replace @variable and model_handle with your own definitions. For example: mysql> SET @model='recommendation_use_case'; The model handle is set to recommendation_use_case. mysql> CALL sys.ML_TRAIN('table_name', ... After preparing the data for a recommendation model, you can train the ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-ml-train.html
mysql> SET @census_model = 'census_manual'; mysql> CALL sys.ML_TRAIN('census_data.census_train', 'revenue', JSON_OBJECT('task', 'classification'), @census_model); The following example sets all options to NULL, so ML_TRAIN runs the classification ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-options-variables.html
This section provides information about MySQL server options, server and status variables that are specific to NDB Cluster. For general information on using these, and for other options and variables not specific to NDB Cluster, see Section 7.1, ...
https://dev.mysql.com/doc/refman/8.4/en/mysqlslap.html
mysqlslap is a diagnostic program designed to emulate client load for a MySQL server and to report the timing of each stage. Invoke mysqlslap like this: mysqlslap [options] Some options such as --create or --query enable you to specify a string ...
https://dev.mysql.com/doc/refman/8.4/en/mysqldump.html
The mysqldump client utility performs logical backups, producing a set of SQL statements that can be executed to reproduce the original database object definitions and table data. It dumps one or more MySQL databases for backup or transfer to ...
https://dev.mysql.com/doc/connectors/en/connector-net-8-0-connection-options.html
This chapter describes the full set of MySQL Connector/NET 8.0 connection options. The protocol you use to make a connection to the server (classic MySQL protocol or X Protocol) determines which options you should use. Connection options have a ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-architecture.html
The Connector/ODBC architecture is based on five components, as shown in the following diagram: Figure 5.1 Connector/ODBC Architecture Components Application: The Application uses the ODBC API to access the data from the MySQL server. These tasks ...The Application communicates with the Driver Manager using the standard ODBC ...
https://dev.mysql.com/doc/connector-net/en/connector-net-8-0-connection-options.html
This chapter describes the full set of MySQL Connector/NET 8.0 connection options. The protocol you use to make a connection to the server (classic MySQL protocol or X Protocol) determines which options you should use. Connection options have a ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-architecture.html
The Connector/ODBC architecture is based on five components, as shown in the following diagram: Figure 3.1 Connector/ODBC Architecture Components Application: The Application uses the ODBC API to access the data from the MySQL server. These tasks ...The Application communicates with the Driver Manager using the standard ODBC ...
https://dev.mysql.com/doc/refman/8.4/en/locking-service.html
MySQL distributions provide a locking interface that is accessible at two levels: At the SQL level, as a set of loadable functions that each map onto calls to the service routines. For general information about plugin services, see Section 7.6.9, ...As a C language interface, callable as a plugin service from server plugins or loadable ...
Displaying 351 to 360 of 1932 total results