Search Results
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-ml-explain-row.html
ML_EXPLAIN_ROW Syntax mysql> SELECT sys.ML_EXPLAIN_ROW(input_data, model_handle, [options]); options: { JSON_OBJECT("key","value"[,"key","value"] ...) "key","value": { ['prediction_explainer', {'permutation_importance'|'shap'}|NULL] } } Required ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-ml-retrieve-schema-metadata.html
ML_RETRIEVE_SCHEMA_METADATA Syntax mysql> CALL sys.ML_RETRIEVE_SCHEMA_METADATA("NaturalLanguageStatement", @output, options); options: {JSON_OBJECT(keyvalue[, keyvalue]...)|NULL} keyvalue: { 'schemas', JSON_ARRAY('DBName'[, 'DBName'] ...) | ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-nl-sql.html
Following example specifies the database to consider for the SQL query: mysql> CALL sys.NL_SQL("How many flights are there in total?",@output, JSON_OBJECT('schemas',JSON_ARRAY('airportdb'),'model_id','llama3.2-3b-instruct-v1')); ...The routine also ...
https://dev.mysql.com/doc/workbench/en/wb-importing-sql-script.html
For this tutorial, use the sakila database script, which you can find by visiting the https://dev.mysql.com/doc/index-other.html page. Open MySQL Workbench, select the models view from the sidebar in the home screen, click (>) next to Models, and ...This is the script that contains the data definition statements for the sakila ...
https://dev.mysql.com/doc/workbench/en/wb-launching-linux.html
After MySQL Workbench has been installed, it can be launched by selecting Applications, Programming, MySQL Workbench from the main menu. MySQL Workbench can also be launched from the command line on Linux by using the following command: $> ...
https://dev.mysql.com/doc/workbench/en/wb-migration-database-mssql-drivers-linux.html
Additionally, the FreeTDS version provided by distributions may also be compiled for the wrong ODBC library (usually to unixODBC instead of iODBC, which MySQL Workbench uses). A script is provided to compile FreeTDS using the options required for ...
https://dev.mysql.com/doc/workbench/en/wb-migration-overview-supported.html
When a supported RDBMS product is being migrated, the MySQL Workbench Migration Wizard will automatically convert as much information as it can, but you may still be required to manually edit the automatically migrated schema for difficult cases, ...Code objects such as views, stored procedures, and triggers, are ...
https://dev.mysql.com/doc/workbench/en/wb-model-editor.html
When the Model Editor is executed from the home screen, MySQL Workbench displays the MySQL Model tab. The MySQL Model page has three main panels, as shown in the following figure. Figure 9.3 The MySQL Model Page The Description Editor and User ...
https://dev.mysql.com/doc/workbench/en/wb-preferences-administration.html
This section provides configuration options that affect the administration functionality in MySQL Workbench (see the figure that follows). Figure 3.10 Preferences: Administration Data Export and Import Path to mysqldump Tool: [ blank ] Path to your ...
https://dev.mysql.com/doc/workbench/en/wb-preferences-general-editors.html
Only a subset of all possible SQL_MODE values affect the MySQL Workbench SQL parser. Other values do not affect the MySQL Workbench SQL parser and are ignored. However, the MySQL Workbench SQL parser behaves as if SQL_MODE is also not set. MySQL ...