Search Results
https://dev.mysql.com/doc/workbench/en/wb-home.html
When started, MySQL Workbench opens to the home screen tab. In addition, the home screen provides quick access to MySQL connections, models, and the MySQL Workbench Migration Wizard. As depicted in the following figure, a home-screen side panel ...
https://dev.mysql.com/doc/workbench/en/wb-plugins.html
Much of the MySQL Workbench functionality is implemented using plugins; for example, table, view, and routine editors are native C++ plugins, as are the forward and reverse engineering wizards. The Administrator facility in MySQL Workbench is ...
https://dev.mysql.com/doc/workbench/en/wb-scripting-modules-palettes.html
Figure C.3 The Workbench Scripting Shell tab: Files By default, scripts are stored in the scripts/ folder of your MySQL Workbench configuration folder. Table C.4 Default Scripts Location Operating System Default scripts/ path Linux ... The Workbench ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-both-openssl.html
If Connector/ODBC is connecting securely with the MySQL server and the application using the connection makes calls itself to an OpenSSL library, the application might then fail, as two copies of the OpenSSL library will then be in use. For ...Note ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-both-openssl.html
If Connector/ODBC is connecting securely with the MySQL server and the application using the connection makes calls itself to an OpenSSL library, the application might then fail, as two copies of the OpenSSL library will then be in use. For ...Note ...
https://dev.mysql.com/doc/internals/en/determining-authentication-method.html
Method used for authentication is tied to the user account and stored in the plugin column of mysql.user table. Only then server can look-up the mysql.user table and find the authentication method to be used. Up to MySQL 4.0 the MySQL protocol only ...Client informs about the user account it wants to log into in the Handshake Response ...
https://dev.mysql.com/doc/internals/en/replication-correct.html
In addition to what we guarantee in (P-rpl-correct), we also guarantee correct replication in the following scenarios: (P-rpl-different-file-system-case-sensitivities) TODO: allowed differences in file system case sensitivity ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-simple-dual.html
This example demonstrates synchronous transactions and connecting to multiple clusters in a single NDB API application. The source code for this program may be found in the NDB Cluster source tree, in the file ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-tablemapping.html
A TableMapping describes the mapping of a domain object in the application to a table stored in the database. A default table mapping is one which maps each column in a table to a field of the same name. TableMapping = { String table : "" , String ...
https://dev.mysql.com/doc/workbench/en/wb-performance-explain.html
MySQL Workbench provides all of the EXPLAIN formats for executed queries including the raw extended JSON, traditional format, and visual query plan. For information about how MySQL executes statements, see Optimizing Queries with EXPLAIN. Prior to ... The visual explain feature generates and displays a visual representation of the MySQL EXPLAIN statement by using extended information available in the extended JSON ...