Search Results
                    
                    
            https://dev.mysql.com/doc/connector-python/en/connector-python-asyncio.html
                                global indent indent = 0 # MySQL Connection arguments config = { "host": "127.0.0.1", "user": "root", "password": os.environ.get("MYPASS", ":("), "use_pure": True, "port": 3306, } async def job_sleep(n): """Take a nap for n seconds.  Installing ...
                                            
                https://dev.mysql.com/doc/internals/en/event-data-for-specific-event-types.html
                                The number of the character set for the user variable (needed for a string variable). The size of the user variable value (corresponds to member val_len of class Item_string).  The following sections provide details about what appears in the fixed ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-clusterjexception.html
                                User exceptions are caused by user error, for example providing a connect string that refers to an unavailable host or port. If a user exception is detected during bootstrapping (acquiring a SessionFactory), it is thrown as a fatal exception. 
                                            
                https://dev.mysql.com/doc/ndbapi/en/mccj-overview-clusterj-object-models.html
                                The Session interface represents a user's or application's individual connection to an NDB Cluster. In addition, it enables the user to mark a transaction as being rollback-only, which makes it possible for a component that is not responsible for ...
                                            
                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 ...