Search Results
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-connection-openid-oauth.html
For example: CREATE USER 'MySQLUser'@'%' IDENTIFIED WITH 'authentication_openid_connect' AS '{"identity_provider":"IdentityProviderName", "user":"UserID"}'; The token file must contain the following: iss: Issuer Identifier for the Issuer of the ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-connection-socket.html
If you are connecting using a URI-like connection string, specify user@. If you specify --socket with no value and no equal sign, or -S without a value, the default Unix socket file for the protocol is used. On Windows, for MySQL Shell connections ... On Unix, MySQL Shell connections default to using Unix sockets when the following conditions are met: A TCP port is not ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-sessions-after.html
For example: mysql-js> \connect --mysqlx user@localhost:33060 The shell.connect() method can be used in MySQL Shell as an alternative to the \connect command to create the session global object. For example: mysql-js> ...The selected protocol ... If ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-sessions-startup.html
When you start MySQL Shell from the command line, you can specify connection parameters using separate command options for each value, such as the user name, host, and port. For instructions and examples to start MySQL Shell and connect to a MySQL ...When you use this connection method, you can add one of these options to choose the type of session object to create at startup to be the session global object: --mysqlx (--mx) creates a Session object, which connects to the MySQL Server instance using X ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-backup-restoring.html
The restored DB System uses the same MySQL Administrator user name and password that was in effect when the backup was created. Note: No administrator user name and password are requested, because the restored DB System uses the same administrator ...The MySQL HeatWave.16GB node shape may not have enough memory for training on large data ... Restoring a Backup to a New DB System 18.4 Restoring a Backup to a New ...
https://dev.mysql.com/doc/refman/8.4/en/replication-asynchronous-connection-failover.html
In this situation, the replication channel and the replication user account and password for the channel must be set up on all the secondary servers in the replication group, and on any new joining members. The same replication user account and ...
https://dev.mysql.com/doc/refman/8.4/en/analyze-table.html
MySQL also supports setting the histogram of a single column to a user-defined JSON value. In the few cases that ANALYZE TABLE does not produce values good enough for your particular tables, you can use FORCE INDEX with your queries to force the use ...ANALYZE TABLE generates table statistics: ANALYZE TABLE without any HISTOGRAM clause performs a key distribution analysis and stores the distribution for the named table or ...
https://dev.mysql.com/doc/ndbapi/en/mgm-functions-single-user-mode.html
The MGM API makes it possible for the programmer to put the cluster into single-user mode—and to return it to normal mode again—from within an application. ndb_mgm_enter_single_user() ndb_mgm_exit_single_user() ndb_mgm_enter_single_user() ...
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/refman/8.4/en/mysql-cluster-programs-ndb-waiter.html
SINGLE USER MODE: This is shown for all cluster data nodes when the cluster is in single user mode. --single-user The program waits for the cluster to enter single user mode. Usage ndb_waiter [-c connection_string] Additional Options ...By default, ... ndb_waiter repeatedly (each 100 milliseconds) prints out the status of all cluster data nodes until either the cluster reaches a given status or the --timeout limit is exceeded, then ...