Search Results
                    
                    
            https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-ml-embed-row.html
                                 The ML_EMBED_ROW routine uses the specified embedding model to encode the specified text or query into a vector embedding. The routine returns a VECTOR that contains a numerical representation of the specified text. This topic contains the ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-data-modeling-menus.html
                                 Some menu items are not available in the MySQL Workbench Community Edition of this application, and are available only in the MySQL Workbench Commercial Editions. 9.1.1.1.1 The File Menu Use the File menu to open a project, begin a new project, or ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-design-engineering.html
                                 MySQL Workbench provides capabilities to forward engineering physical database designs. A visual data model can be transformed into a physical database on a target MySQL Server by executing the forward engineering wizard. All SQL code is ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-forward-engineering-sql-scripts.html
                                 Forward engineering enables you to create a script of your database model. You may export a script to alter an existing database or create a new database. The script to create a database is similar to the one created using the mysqldump db_name ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-generating-sql.html
                                 MySQL Workbench can be used to generate SQL, most typically as either INSERT statements or SELECT statements. The following common methods are for generating SQL statements in MySQL Workbench. Note All of the MySQL Workbench Export options include ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-migration-database-concepts.html
                                 The following table shows a comparison between each DBMS product supported by the Migration Wizard and MySQL. Table 10.1 Conceptual equivalents between supported DBMS products and MySQL Concept MS SQL Server Sybase ASE PostgreSQL MySQL Note ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-migration-overview.html
                                 The Migration Wizard performs the following steps when migrating a database to MySQL: Connects to the source RDBMS and retrieves a list of available databases/schemas. Reverse engineers selected database/schemas into a internal representation ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-navigator-instance-options-file.html
                                 The Options File editor is used to view and edit the MySQL configuration file (my.ini on Windows or my.cnf on Linux and macOS) by selecting check boxes and other GUI controls, and then making edits. MySQL Workbench divides the options file into its ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-mysql-enterprise-backup-online-backup.html
                                 This section describes how to configure a backup profile that defines what should be backed up, where the backup should be stored, and when (the frequency) it should be backed up. With an active MySQL connection tab open, select MySQL Enterprise ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-performance-explain.html
                                 The visual explain feature generates and displays a visual representation of the MySQL EXPLAIN statement by using extended information available in the extended JSON format. MySQL Workbench provides all of the EXPLAIN formats for executed queries ...