Search



Search Results
Displaying 2461 to 2470 of 4073 total results
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/platforms.compatibility.html
However, because Identifier Case Sensitivity is dependent on the case sensitivity of the underlying operating system (which varies across platforms), data transfer problems might occur due to letter case issues with the database or table names. All ... MySQL Enterprise Backup is by nature cross-platform compatible when running on the Linux and Windows operating systems: backups on a Linux machine can, in principle, be restored on a Windows machine, and vice ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/restore.html
The restored data includes the backup_history table, where MySQL Enterprise Backup records details of each backup. The table allows you to perform future incremental backups using the --incremental-base=history:{last_backup | last_full_backup} ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-change-user.html
In subsequent queries, this database is the default for table references that include no explicit database specifier. (See Section 3.6.8, “Automatic Reconnection Control”.) It always performs a ROLLBACK of any active transactions, closes and ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-use-result.html
MYSQL_RES * mysql_use_result(MYSQL *mysql) Description After invoking mysql_real_query() or mysql_query(), you must call mysql_store_result() or mysql_use_result() for every statement that successfully produces a result set (SELECT, SHOW, DESCRIBE, ...You must also call mysql_free_result() after you are done with the result ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-8.html
It is suitable for use with MySQL Server versions 5.5, 5.6, 5.7, and 8.0. Version 8.0.8 Development Milestone is the latest development release of the 8.0 branch of MySQL Connector/J, providing an insight into upcoming features. Functionality Added ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-predictions.html
Predictions are generated by running ML_PREDICT_ROW or ML_PREDICT_TABLE on trained models. The row or table of data must have the same feature columns as the data used to train the model. ML_PREDICT_TABLE generates predictions for an entire table ...If the target column exists in the data to run predictions on, it is not considered during prediction ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-genai-vector-search.html
When you enter a query, GenAI performs a vector-based similarity search to retrieve similar content from the vector store and embedding tables available in the DB system. You can use both inbuilt vector store tables and tables containing your own ...This helps the LLM to produce more relevant and accurate results for your ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-nl-sql.html
This feature collects information on the schemas, tables, and columns that you have access to, and then uses a Large Language Model (LLM) to generate an SQL query for the question pertaining to your data. GenAI lets you generate SQL queries from ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-ml-explain.html
ML_EXPLAIN Syntax mysql> CALL sys.ML_EXPLAIN ('table_name', 'target_column_name', model_handle, [options]); options: { JSON_OBJECT("key","value"[,"key","value"] ...) "key","value": { ['model_explainer', ... Running the ML_EXPLAIN routine on a model ...
https://dev.mysql.com/doc/workbench/en/wb-design-modeling-interface.html
For all of the other database samples, such as world or employee data, you must create the MySQL Workbench (.mwb) file first before you can view the database objects in a model or add an EER diagram for it. To create a MySQL Workbench model file for ... MySQL Workbench represents each active data model as an icon in the models view of the home screen ...
Displaying 2461 to 2470 of 4073 total results