Search Results
                    
                    
            https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-6.html
                                Locks can be requested several times for a given find or select statement. An acquired lock is held until the end of the current transaction. For X DevAPI, CollectionFind and TableSelect implement .lockExclusive() and .lockShared() methods, which ...
                                            
                https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-replicationreplica-category.html
                                Source User The user name of the account used to connect to the source. Read Only Enabled When this property is enabled, the server permits no updates except from users that have the SUPER privilege. Report User The account user name of the replica ... Lists the Replication Replica configuration metrics and provides a brief description of ...
                                            
                https://dev.mysql.com/doc/mysql-em-plugin/en/targets-myoem-add-targets-manually.html
                                MySQL User: The user name used to connect to the database. See Section 1.1, “Prerequisites” for more information on configuring this user.  You must configure a MySQL target that is monitored by Enterprise Manager Cloud Control. Metrics are not ...
                                            
                https://dev.mysql.com/doc/x-devapi-userguide/en/connection-option-summary.html
                                Figure 2.1 Connection URI ConnectURI1::= 'user' ':' 'password' '@' 'host' ':' 'port' .  When using an X DevAPI session the following options are available to configure the connection. 
                                            
                https://dev.mysql.com/doc/x-devapi-userguide/en/setting-the-current-schema.html
                                */ C# Code // Direct connect with no client-side default schema specified var mySession = MySQLX.GetSession("server=localhost;port=33060;user=user;password=password;"); mySession.SetCurrentSchema("test"); Python Code # Connector/Python from mysqlsh ... A default schema for a session can be specified using the schema attribute in the URI-like connection string or key-value pairs when opening a connection ...
                                            
                https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-troubleshooting-agent-start.html
                                Compare the values of the Host, and User fields in the mysql.user table with the values shown in the etc/agentManaged/mysqlConnection<id>/bean/json file. The passwords are encrypted so they can not be manually managed here, but the password can be ... The first step in troubleshooting the agent is finding out whether it is running or ...
                                            
                https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/connection-option-summary.html
                                Figure 2.1 Connection URI ConnectURI1::= 'user' ':' 'password' '@' 'host' ':' 'port' .  When using an X DevAPI session the following options are available to configure the connection. 
                                            
                https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/connection-option-summary.html
                                Figure 2.1 Connection URI ConnectURI1::= 'user' ':' 'password' '@' 'host' ':' 'port' .  When using an X DevAPI session the following options are available to configure the connection. 
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hw-async-exec-prepared-stmt-app.html
                                 The execute_prepared_stmt_from_app_async routine creates an asynchronous task associated with a specific application user. Application-level asynchronous task lets you filter and track tasks for individual application users using an ...This routine ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hwaml-data-drift-detection.html
                                @census_model is the name of the user-defined session variable that stores the model handle for the duration of the connection. mysql> SELECT JSON_PRETTY(model_metadata) FROM ML_SCHEMA_user1.MODEL_CATALOG WHERE model_handle=model_handle; Replace ...