Search



Search Results
Displaying 311 to 320 of 660 total results
https://dev.mysql.com/doc/refman/8.4/en/keyring-hashicorp-plugin.html
Example (using the SQL interface): SELECT keyring_key_generate('MyKey', 'AES', 32); SELECT keyring_key_remove('MyKey'); For information about the characteristics of key values permitted by keyring_hashicorp, see Section 8.4.4.10, “Supported ...
https://dev.mysql.com/doc/refman/8.4/en/source-installation.html
Building MySQL from the source code enables you to customize build parameters, compiler optimizations, and installation location. For a list of systems on which MySQL is known to run, see ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/porting.html
Before attempting to port MySQL to other operating systems, check the list of currently supported operating systems first. Note If you create a new port of MySQL, you are free to copy and distribute it under the GPL license, but it does not make ...
https://dev.mysql.com/doc/workbench/en/wb-getting-started-tutorial-create-connection.html
This tutorial adds a new connection that can be either an initial connection or an additional connection. An instance of MySQL server must be installed, started, and accessible to MySQL Workbench before you begin. To create a new connection, follow ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-methods-ldap-kerberos.html
MySQL Enterprise Edition supports authentication methods that enable MySQL Server to use LDAP (Lightweight Directory Access Protocol), LDAP with Kerberos, or native Kerberos to authenticate MySQL users. MySQL Workbench 8.0.27 (and later) provides ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-enterprise-backup.html
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 loss. The specific options may vary, depending on the version of ...
https://dev.mysql.com/doc/workbench/en/wb-routines.html
9.1.6.1.1 Adding Routines to the Physical Schemata To add a routine, double-click the Add Routine icon in the Physical Schemata section of the MySQL Model page. If a routine with this name already exists, the new routine is named routine2. Adding a ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-high-availability-and-clustering.html
autoReconnect Should the driver try to re-establish stale and/or dead connections? If enabled the driver will throw an exception for queries issued on a stale or dead connection, which belong to the current transaction, but will attempt reconnect ...
https://dev.mysql.com/doc/connectors/en/connector-j-named-pipe.html
Important Minimal permissions on named pipes are granted to clients that use them to connect to the server. Connector/J, however, can only use named pipes when granted full access on them. As a workaround, the MySQL Server that Connector/J wants to ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-mysqlcommand.html
The MySqlCommand class represents a SQL statement to execute against a MySQL database. Class methods enable you to perform the following database operations: Query a database Insert, update, and delete data Return a single value Command-based ...
Displaying 311 to 320 of 660 total results