Search



Search Results
Displaying 851 to 860 of 3428 total results
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-backup-cluster.html
backup cluster [--backupid=backup_id] [--snapshotstart | --snapshotend] [--waitstarted | --waitcompleted] [--password-file=filepath] cluster_name This command creates a backup of the MySQL NDB Cluster named cluster_name. By default, this command ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-information-schema-system-tables.html
The first index is GEN_CLUST_INDEX, which is a clustered index created by InnoDB if the table does not have a user-defined clustered index. There are six columns, three of which are hidden columns created by InnoDB (DB_ROW_ID, DB_TRX_ID, and ... You ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-row-format.html
Records in the clustered index contain fields for all user-defined columns. Records in the clustered index contain fields for all user-defined columns. When a table is created with ROW_FORMAT=DYNAMIC, InnoDB can store long variable-length column ...
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. If no server user name is specified in the connection string or during the creation of the Connection object, the implementation ... 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-odbc-examples-walkthrough.html
These instructions assume that you connect to system ALPHA from system BETA with a user name and password of myuser and mypassword. Use GRANT to set up an account with a user name of myuser that can connect from system BETA using a password of ... A ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-examples-walkthrough.html
These instructions assume that you connect to system ALPHA from system BETA with a user name and password of myuser and mypassword. Use GRANT to set up an account with a user name of myuser that can connect from system BETA using a password of ... A ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-13.html
A client can be used to create sessions, which take connections from a pool managed by that client. The following examples set the connection timeout to 10 milliseconds: X DevAPI examples: Session sess("user@host/db?connect-timoeut=10"); Session ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-26.html
It is possible to connect without giving a password, provided that the user has the required tickets in the Kerberos cache (for example, created by kinit or a similar command). It is possible to connect to Kerberos-authenticated accounts without ...
https://dev.mysql.com/doc/x-devapi-userguide/en/connecting-to-one-of-multiple-hosts.html
You can provide multiple MySQL Router or server endpoints (as host and an optional port, or Unix sockets) when creating a session. Note The user and password you supply in the URI-like string apply to all of the possible endpoints and therefore the ...You specify a URI-like string which contains multiple hosts, ports, and optional ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/processing-warnings.html
Similar to the execution of single statements committing or rolling back a transaction can also trigger warnings. To be able to process these warnings the replied result object of Session.commit(); or Session.rollback(); needs to be checked. The ...
Displaying 851 to 860 of 3428 total results