Search Results
                    
                    
            https://dev.mysql.com/doc/workbench/en/wb-audit-inspector.html
                                Note MySQL Workbench will prompt for sudo access if the MySQL Workbench user is unable to read the audit log file. Each record includes a record ID, timestamp, type, connection ID, user, host/IP, status, command class, and information.  MySQL ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-model-editor.html
                                Figure 9.3 The MySQL Model Page The Description Editor and User Types List (with the User Types and History secondary tabs) are contained within the sidebar.  When the Model Editor is executed from the home screen, MySQL Workbench displays the MySQL ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-navigator-management-client-connections.html
                                These details are separated into three tabs: Details: connection details such as Process ID, Type, User, Host, Instrumented, and additional information. Sometimes a query might be blocked while being manipulated by another connection from another ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-vault.html
                                The file is encrypted using a Windows API which performs the encryption based on the current user, so only the current user can decrypt it.  The vault provides a convenient secure storage for passwords used to access MySQL servers. By using the ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-validation-plugins.html
                                 MySQL Workbench provides validation modules so that you can test your models before implementing them. The validation (MySQL) plugins are accessed from the Model menu within an open MySQL Model or EER Diagram tab. Beneath the menu item are a number ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-cpp-introduction.html
                                Connector/C++ Benefits X DevAPI and X DevAPI for C Legacy JDBC API and JDBC Compatibility Platform Support and Prerequisites Connector/C++ Benefits MySQL Connector/C++ offers the following benefits for C++ users compared to the MySQL C API provided ... MySQL Connector/C++ is a MySQL database connector for C++ applications that connect to MySQL ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-net-connections-errors.html
                                Contact administrator") Case 1045 MessageBox.Show("Invalid username/password, please try again") End Select End Try Important If you are using multilanguage databases then you must specify the character set in the connection string.  Because ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-net-entityframework-core.html
                                optionsBuilder.UseMySQL("server=localhost;database=library;user=user;password=password"); } Limitations The Connector/NET implementation of EF Core has the following limitations: Memory-Optimized Tables is not supported.  MySQL Connector/NET ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-net-programming-datetime-restricting.html
                                 The best solution to the date problem is to restrict users from entering invalid dates. Users of MySQL 5.0.2 and higher can use the new traditional SQL mode to restrict invalid date values. This can be done on either the client or the server side. 
                                            
                https://dev.mysql.com/doc/connectors/en/connector-net-programming-getschema.html
                                The following are the collections currently provided by Connector/NET, in addition to the common collections shown previously: Databases Tables Columns Users Foreign Keys IndexColumns Indexes Foreign Key Columns UDF Views ViewColumns Procedure ...