Search



Search Results
Displaying 1461 to 1470 of 3917 total results
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-navigator-management-status-variables.html
The Administration - Status and System Variables secondary tab lists the full set of server variables for the active MySQL connection. Figure 6.9 Navigator Administration: System Variables Persist System Variables Beginning with MySQL Workbench ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-enterprise-backup-backup-recovery.html
Before attempting to restore MySQL data from a backup to a target server, remove all of the files in the data directory of that server. With an active MySQL connection tab open, select Backup Recovery from the Server menu to open the wizard in the ... The backup-recovery wizard is used to restore MySQL Enterprise Backup ...The wizard enables you ...
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 ...Setting an encryption ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-enterprise-backup.html
Establishes a backup profile to define what should be backed up, where the backup should be stored, and when (the frequency) MySQL should be backed up. With an active MySQL connection tab open, select MySQL Enterprise Backup from the Server menu to ... 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/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-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. The callback handler must be an ...
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-programming-binary-issues.html
There are certain situations where MySQL will return incorrect metadata about one or more columns. More specifically, the server can sometimes report that a column is binary when it is not (and the reverse). Some server functions such DATE_FORMAT ...In these situations, it becomes practically impossible for the connector to be able to correctly identify the correct ...
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 ...Connecting to the Server Using a File-Based Certificate Use the client.pfx file that you created in the previous step to authenticate the ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-errors-custom-error-exception.html
Syntax: errors.custom_error_exception(error=None, exception=None) This method defines custom exceptions for MySQL server errors and returns current customizations. If error is a MySQL Server error number, you must also pass the exception class. The ...
Displaying 1461 to 1470 of 3917 total results