Search Results
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 ...
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-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 ...