Search Results
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 ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/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 ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-restrictions-async-exec.html
Therefore, only those specific SQL operations that are supported inside events are supported for creating asynchronous tasks. Any SQL operation that depends on the return value of the SESSION_USER() or USER() function might behave differently when ...When an asynchronous task attempts to obtain a lock on a database resource, but it unable to get it as another transaction holds a conflicting lock, an error is generated and the following message is displayed: Cannot acquire ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-scoring-a-recommendation-model.html
For the option to set the user name, you can set it to NULL. The following example runs ML_SCORE on the testing dataset previously created. After generating predicted ratings/rankings and recommendations, you can score the model to assess its ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-granting-privileges-bulk-ingest.html
However, if a user is importing data using the bulk ingest feature, the LOAD_FROM_S3 privilege is required. Do the following to grant the LOAD_FROM_S3 privilege to a user: Connect to the DB System. Grant the LOAD_FROM_S3 privilege to the user: GRANT ... Granting Privileges to Bulk Ingest Data From Amazon S3 7.2.2.1 Granting Privileges to Bulk Ingest Data From Amazon S3 By default, a DB System administrator has the LOAD_FROM_S3 ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-sign-procedure.html
Sign-up Procedure 2.2.2 Sign-up Procedure To sign up for MySQL HeatWave on AWS: Create an Oracle Cloud Account (or proceed to Step 2 below if you already have one): Navigate to https://cloud.mysql.com and click Sign Up. Note: The OCI user account ...In the verification email, click Verify email to verify the email address and continue the account setup ...
https://dev.mysql.com/doc/connector-j/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 ...