Search Results
https://dev.mysql.com/doc/workbench/en/wb-mysql-enterprise-backup-general-requirements.html
The available actions depends on the current state of this set up, with options including: Create MEB Account: Available if a backup user does not already exist. MySQL Enterprise Backup (MEB) is a MySQL Enterprise feature that is separate from ...
https://dev.mysql.com/doc/workbench/en/wb-sql-editor-navigator.html
To access the Navigator area, open an existing connection (or create a new connection) from the home screen. Alter Schema: Launches a dialog to enable you to change the name or character/collation of an existing schema. The Navigator area of the ...
https://dev.mysql.com/doc/workbench/en/wb-tutorial-plugins-myisam-fk.html
They are often created for existing databases, to clarify their purpose or document them. MySQL Workbench provides facilities for reverse engineering existing databases, and then creating an EER Diagram automatically. In this case, relationship ...
https://dev.mysql.com/doc/workbench/en/wb-what-is-new-8.html
For variables that can be persisted, a new check box enables configuration changes at runtime that also persist across server restarts and applies the persisted value, if one exists. Important Some users with existing stored passwords will be ...
https://dev.mysql.com/doc/connectors/en/connecting-using-kerberos.html
Kerberos is a ticket-based server-client mutual authentication protocol that is supported by the MySQL Server (commercial versions only) . Support for Kerberos is implemented by Connector/J using the GSS-API, JAAS API, and JCA API; providers for ...
https://dev.mysql.com/doc/connectors/en/connector-j-server-authentication.html
If the truststore file does not already exist, a new one will be created; otherwise the certificate will be added to the existing file. Server authentication via server certificate verification is enabled when the Connector/J connection property ...
https://dev.mysql.com/doc/connectors/en/connector-j-source-replica-replication-connection.html
This section describe a number of features of Connector/J's support for replication-aware deployments. Such Connection objects report they are read-only, and isSourceConnection() returns false for them. The Connection tests for available source ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-statements-callable.html
Set the input parameters (if any exist) Input and in/out parameters are set as for PreparedStatement objects. For more information on MySQL stored procedures, please refer to Using Stored Routines. Notice that you have to use JDBC escape syntax, and ...
https://dev.mysql.com/doc/connectors/en/connector-net-authentication.html
If the target file referenced in the profile does not exist, or if the file exceeds a specified maximum value, then Connector/NET terminates the action and returns an exception with the cause. The WebAuthn authentication method can be used directly ... MySQL Connector/NET implements a variety of authentication plugins that MySQL Server can invoke to authenticate a ...
https://dev.mysql.com/doc/connectors/en/connector-net-simple-membership-tutorial.html
autoGenerateTables: This must be set to false if the table to handle the credentials already exists. If the database configured in the connection string does not exist, then create it. This section documents the ability to use a simple membership ...