Search Results
https://dev.mysql.com/doc/mysql-installer/en/server-accounts-roles.html
Root Account Password Assigning a root password is required and you will be asked for it when performing other MySQL Installer operations. Password strength is evaluated when you repeat the password in the box provided. For descriptive information ...
https://dev.mysql.com/doc/internals/en/semi-sync-replication.html
In MySQL 5.5 replication can optionally be made semi-synchronous instead of the traditionally asynchronous replication. The clients COMMIT (or in auto-commit mode the current statement) waits until _one_ slave acknowledged that it received (not ...
https://dev.mysql.com/doc/internals/en/binlog-event-header.html
The binlog event header starts each event and is either 13 or 19 bytes long, depending on the binlog version. Binlog::EventHeader: Binlog header Payload 4 timestamp 1 event type 4 server-id 4 event-size if binlog-version > 1: 4 log pos 2 flags ...
https://dev.mysql.com/doc/workbench/en/wb-installing-windows.html
MySQL Workbench for Windows can be installed using the MySQL Installer that installs and updates all MySQL products on Windows or the standalone Windows MSI Installer package. For general requirements and specific installation instructions, see the ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-advanced-inventory-gui.html
The Inventory page cannot be accessed from the MySQL Enterprise Monitor User Interface. To open the inventory page, you must edit the URL in the browser address bar. To open the Inventory page, enter the following address in your browser: ...
https://dev.mysql.com/doc/workbench/en/wb-migration-database-mssql-connection-windows.html
Select Microsoft SQL Server as the database system and fill out the remaining options as described in this section. Figure 10.42 SQL Server Connection Parameters Example on Windows Database System: Microsoft SQL Server Connection Method: choose ...
https://dev.mysql.com/doc/internals/en/storage-engine-options.html
Storage engines are plugins, so the options that control plugin building specify which storage engines to build. The --with-plugins configure option accepts two constructs that have no direct equivalent in CMake: --with-plugins accepts a ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming.html
MySQL Connector/NET comprises several classes that are used to connect to the database, execute queries and statements, and manage query results. The following are the major classes of Connector/NET: MySqlConnection: Represents an open connection ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming.html
MySQL Connector/NET comprises several classes that are used to connect to the database, execute queries and statements, and manage query results. The following are the major classes of Connector/NET: MySqlConnection: Represents an open connection ...
https://dev.mysql.com/doc/workbench/en/wb-develop-object-management-inspector.html
The Schema Inspector and Table Inspector each include the ability to analyze and repair tables, and also view table metrics. Schema Inspector Use the Schema Inspector to browse general information from schema objects (shown in the figure that ...