Search Results
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-how-to-import-onnx.html
To review this setting, connect to the MySQL server and run the following command: mysql> SHOW VARIABLES LIKE 'secure_file_priv'; To load the encoded file directly into a table column: From a terminal window, upload the ONNX file to the folder of ...
https://dev.mysql.com/doc/mysql-ai/9.4/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/workbench/en/wb-command-line-options.html
The location of the generated log files, such as wb.log, are as follows: Table 2.1 Default location of generated MySQL Workbench log files Platform Default location Linux ~/.mysql/workbench/log/ macOS ~/Library/Application Support/Workbench/log/ ...
https://dev.mysql.com/doc/workbench/en/wb-what-is-new-63.html
User Interface Changes The home screen was modified: the connections, models, and starters were split into individual pages. This avoids the need to traffic all data through MySQL Workbench, or to have a permanent network connection between the ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-statements-callable.html
Notice that you have to use JDBC escape syntax, and that the parentheses surrounding the parameter placeholders are not optional: Example 3.7 Connector/J: Using Connection.prepareCall() import java.sql.CallableStatement; ... For performance reasons, ...For more information on MySQL stored procedures, please refer to Using Stored ...
https://dev.mysql.com/doc/connectors/en/connector-net-asp-provider.html
MySQL Connector/NET includes a provider model for use with ASP.NET applications. Connector/NET supports the following web providers: Membership provider Roles provider Profiles provider Session state provider The following tables show the supported ...This model enables developers to focus on the business logic of their application instead of having to recreate such boilerplate items as membership and roles ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-crystal-displaying.html
This same approach is taken when a report is created from a single table using Connector/ODBC. When a report is created from multiple tables using Connector/ODBC, a data set with multiple tables must be created in our application. To display a ...
https://dev.mysql.com/doc/connectors/en/connector-net-simple-membership-tutorial.html
Add a valid MySQL connection string to the web.config file, similar to the following example. <add name="MyConnection" connectionString="server=localhost; UserId=root; password=pass; database=MySqlSimpleMembership; logging=true;port=3305" ... This ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-document-store.html
This tutorial provides instructions to get you started using MySQL as a document store with MySQL Connector/NET. Minimum Requirements MySQL Server 8.0.11 with X Protocol enabled Connector/NET 8.0.11 Visual Studio 2013/2015/2017 world_x database ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-configuration-trace-log.html
To generate a Connector/ODBC log, do the following: Within Windows, enable the Trace Connector/ODBC option flag in the Connector/ODBC connect/configure screen. If the trace option is not remembered when you are going back to the above screen, it ...