Search



Search Results
Displaying 1301 to 1310 of 3329 total results
https://dev.mysql.com/doc/workbench/en/wb-mysql-enterprise-backup-general-requirements.html
In addition to having MySQL Enterprise Backup installed on the target server, the following general requirements also apply: A recent version of MySQL Enterprise Backup. The MySQL server configuration file path must be set and correct for the MySQL ... MySQL Enterprise Backup (MEB) is a MySQL Enterprise feature that is separate from MySQL ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-enterprise-backup.html
With an active MySQL connection tab open, select MySQL Enterprise Backup from the Server menu to view the Online Backup page in the current tab. Restores the MySQL server to a specific point in time, typically by restoring a backup that was created ... Commercial releases of MySQL Workbench include a graphical interface that enables you to use MySQL Enterprise Backup (MEB) functionality to safeguard your MySQL data from unexpected ...
https://dev.mysql.com/doc/workbench/en/wb-preferences-sql-editor.html
Determines whether to automatically reformat the View DDL that is returned by the MySQL server. Note MySQL server instances do not store the formatting information for View definitions. If this option is deselected, the changes are applied to the ...
https://dev.mysql.com/doc/workbench/en/wb-what-is-new-62.html
Note GIS support for InnoDB tables was added in MySQL server 5.7. They are stored in a schema named .mysqlworkbench on the connected MySQL server. Figure 1.16 Metadata Locks Browser Note The metadata lock information is provided in the performance ... This section summarizes many of the new features added to MySQL Workbench 6.2, in relation to the MySQL Workbench 6.1 ...
https://dev.mysql.com/doc/connectors/en/connector-j-2-way-authentication.html
Apply the steps outlined in both Section 3.5.9.1, “Setting up Server Authentication” and Section 3.5.9.2, “Setting up Client Authentication” to set up a mutual, two-way authentication process in which the server and the client authenticate ...Although the typical setup described above uses the same CA certificate in both ends for mutual authentication, it does not have to be the ...
https://dev.mysql.com/doc/connectors/en/connector-j-source-replica-replication-connection.html
If you have a write transaction, or if you have a read that is time-sensitive (remember, replication in MySQL is asynchronous), set the connection to be not read-only, by calling Connection.setReadOnly(false) and the driver will ensure that further ... This section describe a number of features of Connector/J's support for replication-aware ...
https://dev.mysql.com/doc/connectors/en/connector-j-using-openID.html
Connector/J supports authentication for users created on a MySQL server using the authentication_openid_connect plugin. The authentication requires: The connection to the server must be secure by SSL encryption. If no server user name is specified ... OpenID Connect is an authentication protocol based on the OAuth 2.0 framework, providing a simplified and interoperable ways of authentication for enhanced ...
https://dev.mysql.com/doc/connectors/en/connector-j-using-pam.html
Java applications using Connector/J can connect to MySQL servers that use the pluggable authentication module (PAM) authentication scheme. For PAM authentication to work, you must have the following: A MySQL server that supports PAM authentication.
https://dev.mysql.com/doc/connectors/en/connector-net-entityframework60.html
<connectionStrings> <add name="MyContext" providerName="MySql.Data.MySqlClient" connectionString="server=localhost;port=3306;database=mycontext;uid=root;password=********"/> </connectionStrings> <entityFramework> <defaultConnectionFactory ... MySQL ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-ssl-pfx.html
For the purposes of this example, use test client certificates from the MySQL server repository (./mysql-test/std_data). Creating a Certificate File to Use with the .NET Client From the directory server-repository-root/mysql-test/std_data, issue the ...Instead, Windows includes a certificate store that provides platform-dependent certificates in PFX ...
Displaying 1301 to 1310 of 3329 total results