Search



Search Results
Displaying 91 to 100 of 219 total results
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-special-options.html
If it does not, mysqlbackup takes it as an early sign that before the backup is completed, some temporary tables are likely to remain open after the timeout limit is exceeded; mysqlbackup then throws an error, instead of continuing with the backup.
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-create-cluster.html
Each item in the process_host_list consists of the name of a MySQL NDB Cluster process—possibly suffixed with a colon (:) character followed by the process node ID—joined with the name of the host on which it is located using an amphora (@) sign ... create cluster {--package=|-P }package_name {--processhosts=|-R }process_host_list cluster_name [(--import|-m) cluster_name] [--verbose | -v] process_host_list: process_name[:node_id]@host[,process_name@host[,...]] process_name: {ndb_mgmd|ndbd|ndbmtd|mysqld|ndbapi} This command creates a cluster to be managed by the MySQL Cluster ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-encrypted-connections.html
Note Host name identity verification with SSL_MODE_VERIFY_IDENTITY does not work with self-signed certificates created automatically by the server, or manually using mysql_ssl_rsa_setup (see Creating SSL and RSA Certificates and Keys using MySQL).
https://dev.mysql.com/doc/c-api/8.4/en/c-api-prepared-statement-type-conversions.html
But the binary representation of any TINYINT value requires only 1 byte for storage, so you can supply a signed char variable in which to store the value and set is_unsigned to indicate that values are signed. Prepared statements transmit data ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/myai-installation-clean.html
If either of the certificates is not supplied, a self-signed certificate will be created for the respective service. The following issues are reported if they occur: Networking ports are assigned multiple times. Use the Previous button to go back to ... Installing MySQL AI requires the following steps: Install the MySQL AI ...
https://dev.mysql.com/doc/workbench/en/wb-home.html
To the right of the Models title are the following options: Plus-sign button (+) adds a new model. For additional information about modeling, see Chapter 9, Database Design and Modeling. When started, MySQL Workbench opens to the home screen tab.
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-native-kerberos.html
In SSPI mode, the authentication method considers the Windows single sign-on ticket only. The Native Kerberos connections method authenticates a MySQL user with authentication tokens generated by the kinit command. Using this connection method, ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-navigator-management-users-and-privileges.html
The percent sign (%) matches zero or more characters and the underscore (_) matches a single character. It is also possible to assign multiple roles to a user account or to assign privileges directly to an account without first assigning roles. The ...
https://dev.mysql.com/doc/workbench/en/wb-what-is-new-8.html
The equal sign (=) operator for aliases is no longer allowed. SET PERSIST and SET PERSIST ONLY Functionality MySQL Workbench now provides a simple way to enable or disable the persisted global system variable settings introduced in MySQL 8.0 (see ...
https://dev.mysql.com/doc/connectors/en/connecting-using-kerberos.html
Notice that a MySQL user name differs from a Kerberos principal in not containing a realm part; therefore, Connector/J cuts all the characters in the principle after the “@” sign and uses it as the MySQL user name. Kerberos is a ticket-based ...
Displaying 91 to 100 of 219 total results