Search



Search Results
Displaying 61 to 70 of 2135 total results
https://dev.mysql.com/doc/refman/8.4/en/mysqldump-sql-format.html
Without this option, mysqldump treats the first name as a database name and those following as table names. With --all-databases or --databases, mysqldump writes CREATE DATABASE and USE statements prior to the dump output for each database. This ...
https://dev.mysql.com/doc/workbench/en/wb-data-modeling-menus.html
You can rename or remove (and replace) the initial mydb schema. Include Model: Adds the database objects defined within an existing model file to the active MySQL model and to its diagram, if applicable. MySQL Workbench handles the script as ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-changelog-13-2-4-0-0.html
It is not possible to monitor MySQL 8 with earlier versions of Oracle Enterprise Manager for MySQL Database. For more information on the variables added and removed in MySQL 8, see Server and Status Variables and Options Added, Deprecated, or ...
https://dev.mysql.com/doc/workbench/en/wb-migration-database-concepts.html
Index Yes Yes Yes Yes Information Schema Yes No Yes Yes Object Names Case Sensitivity Depends on collation Depends on collation Mixed Mixed MySQL: sensitivity of database, table, and trigger names OS dependent; other object names are not ... The ...
https://dev.mysql.com/doc/workbench/en/wb-migration-overview-steps.html
This example migrates a Microsoft SQL Server database to MySQL and includes an image for each step. From MySQL Workbench, choose Database and then Migrate to open the migration wizard and display the migration wizard overview (see the figure that ...Overview Figure 10.2 MySQL Workbench migration: Overview It describes the prerequisites and requirements that should be understood before proceeding ...
https://dev.mysql.com/doc/refman/8.4/en/replication-options-binary-log.html
If it does, the relative part of the path is replaced with the absolute path set using the --log-bin option. Only those statements are written to the binary log where the default database (that is, the one selected by USE) is db_name. To specify ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-byo-embedding-tables.html
In the ML_RAG_TABLE routine, specify the table columns containing the input queries and for storing the generated outputs: mysql> CALL sys.ML_RAG_TABLE("InputDBName.InputTableName.InputColumn", "OutputDBName.OutputTableName.OutputColumn", @options); ...For possible values, to view the list of available embedding models, see MySQL HeatWave In-Database Embedding Models and OCI Generative AI Service Embedding ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-rag.html
In the ML_RAG_TABLE routine, specify the table columns containing the input queries and for storing the generated outputs: mysql> CALL sys.ML_RAG_TABLE("InputDBName.InputTableName.InputColumn", "OutputDBName.OutputTableName.OutputColumn", @options); ...To define your natural-language query, set the @query variable: mysql> SET @query="AddYourQuery"; Replace AddYourQuery with your natural-language ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-genai-rag.html
To specify the table for retrieving the vector embeddings to use as context, set the @options variable: mysql> SET @options = JSON_OBJECT( "vector_store", JSON_ARRAY("DBName.VectorStoreTableName"), "model_options", JSON_OBJECT("language", ...To ...
https://dev.mysql.com/doc/refman/8.4/en/getting-information.html
What if you forget the name of a database or table, or what the structure of a given table is (for example, what its columns are called)? MySQL addresses this problem through several statements that provide information about the databases and ...
Displaying 61 to 70 of 2135 total results