Search Results
https://dev.mysql.com/doc/workbench/en/wb-migration-database-postgresql-drivers-windows.html
This will install psqlODBC on your system and allow you to migrate from Postgresql to MySQL using MySQL Workbench. Choose the newest file from http://www.postgresql.org/ftp/odbc/versions/msi/, which will be at the bottom of the downloads page.
https://dev.mysql.com/doc/workbench/en/wb-migration-overview-generic.html
If no matches were found in the generic table, then it tries to directly map the source type to a MySQL type of the same name. If the source type name doesn't match any of the MySQL data types, then it is not converted and an error is logged. Most ...
https://dev.mysql.com/doc/workbench/en/wb-migration-wizard-migration.html
Reverse engineered objects from the source RDBMS are automatically converted to MySQL compatible objects. Default data type and default column value mappings are used, and the generated objects and column definitions may be reviewed and edited in ...
https://dev.mysql.com/doc/workbench/en/wb-notes-physical-schemata.html
Double-clicking the Add Note icon in the Model Notes section of the MySQL Model page adds a note with the default name of note1. If a note with this name already exists, the new note is named note2. Adding a new note automatically opens the note ...
https://dev.mysql.com/doc/workbench/en/wb-sql-editor-query-panel.html
These cells are editable if MySQL Workbench is able to determine how, as for example they are editable if a Primary or Unique key exists within the result set. If not, MySQL Workbench will display a "read-only" icon at the bottom-right corner of the ... The SQL query secondary tab opens by default when you make a connection to a server from the Home ...
https://dev.mysql.com/doc/workbench/en/wb-vertical-toolbar.html
To edit the table with MySQL Table Editor, right-click it and choose Edit Table or Edit in New Window from the pop-up menu. For more information about creating and editing tables, see Section 8.1.10, “MySQL Table Editor”. The vertical toolbar ...
https://dev.mysql.com/doc/connectors/en/connector-cpp-issues.html
For notes detailing the changes in each release of Connector/C++, see MySQL Connector/C++ Release Notes. Generally speaking, C++ library binaries are less portable than C library binaries. Issues can be caused by name mangling, different Standard ...
https://dev.mysql.com/doc/connectors/en/connector-j-client-authentication.html
Some MySQL server builds are able to generate SSL keys and certificates for communication encryption, including a certificate and a private key (contained in the client-cert.pem and client-key.pem files), which can be used by any client. Output by ... The server may want to authenticate a client and require the client to provide an SSL certificate to it, which it verifies against its known certificate authorities or performs additional checks on the client identity if needed (see CREATE USER SSL/TLS Options for ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-metadata.html
Default Value true Since Version 3.0.2 useInformationSchema Should the driver use the INFORMATION_SCHEMA to derive information used by 'DatabaseMetaData'? Default is "true" when connecting to MySQL 8.0.3+, otherwise default is "false".
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-networking.html
Default Value com.mysql.cj.protocol.StandardSocketFactory Since Version 3.0.3 connectTimeout Timeout for socket connect (in milliseconds), with 0 being no timeout. This class must implement the interface 'com.mysql.cj.protocol.SocketFactory' and ...