Search Results
                    
                    
            https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-disk-data-objects.html
                                A tablespace contains one or more data files and one or more undo log file groups. NDB Cluster tablespaces and log file groups are not implemented as files. For example, you cannot have a tablespace and a log file group both named dd1. Create a ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-what-is-new-63.html
                                Additional suggestions are now available, such as system variables, engines, table spaces, logfile groups, and more.  This section summarizes many of the new features added to MySQL Workbench 6.3, in relation to the MySQL Workbench 6.2 release. The ...
                                            
                https://dev.mysql.com/doc/mysql-installer/en/server-windows-service.html
                                Click Add User or Group to add the custom user and then click OK in each dialog to save the changes.  On the Windows platform, MySQL server can run as a named service managed by the operating system and be configured to start up automatically when ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-connection-properties.html
                                When a connection is selected, it is highlighted and its properties are displayed in the properties palette. The following list describes them: caption: The name of the connection. By default, the name is the name of the foreign key and the property ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-create-new-table.html
                                 Create a new table by double-clicking the Add Table icon in the Physical Schemas panel, as the next figure shows. This action opens the table editor docked at the bottom of the application. You can undock or dock this editor in exactly the same way ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-create-schema-objects.html
                                 Additional objects such as views or routines can be added in the same way as tables. To view these schema objects, select the Catalog tab in the middle palette on the right. View all the objects by clicking the + button to the left of the schema ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-database-synchronization.html
                                These three types can be the target (destination), source, or both. You can also select or deselect individual objects and modify their direction during the synchronization. For example, you can synchronize tables from a model to your database, ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-develop-sql-editor-results.html
                                 The results area of the screen shows the results from executed statements. If the script contains multiple statements, a result subtab will be generated for each statemented that returned results. The following figure shows a single subtab and ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-history-palette.html
                                 Use the History palette to review the actions that you have taken. Left-clicking an entry opens a pop-up menu with the item, Copy History Entries to Clipboard. You can select multiple contiguous entries by pressing the Shift key and clicking the ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-mforms.html
                                 MySQL Workbench is implemented with a C++ core back-end, and a native front-end for each supported platform. Currently the front-end is implemented with Windows Forms on Microsoft Windows, GTK+ on Linux, and Cocoa on OS X / macOS. This approach ...