Search Results
                    
                    
            https://dev.mysql.com/doc/workbench/en/wb-admin-export-import-management.html
                                The next figure shows an example that adds table locks, uses replace instead of insert statements, quotes identifiers with backtick characters, and so on.  Use this wizard to either export or import SQL generated from MySQL Workbench or with the ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-navigator-management-users-and-privileges.html
                                For example, if you select the role BackupAdmin, the privileges granted include EVENT, LOCK TABLES, SELECT, SHOW DATABASES.  The Administration - Users and Privileges tab provides a list of all users and privileges that relate to an active MySQL ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-j2ee-concepts-connection-pooling.html
                                When these objects are closed, they can be re-used; otherwise, they will be stranded, which means that the MySQL server resources they represent (such as buffers, locks, or sockets) are tied up for some time, or in the worst case can be tied up ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-j2ee-concepts-load-balancing-failover.html
                                return (ex.getMessage().startsWith("Lock wait timeout exceeded") || (ex.getMessage().startsWith("Got temporary error") && ex.getMessage().endsWith("from NDB"))); } } The code above extends com.mysql.cj.jdbc.ha.StandardLoadBalanceExceptionChecker, ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-tomcat.html
                                The possible workarounds, if viable, are as follows: use "antiResourceLocking=true" as a Tomcat Context attribute, or remove the META-INF/ directory.  The following instructions are based on the instructions for Tomcat-5.x, available at ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-net-ref-mysqlclient.html
                                LockContention Defines waiting options that may be used with row locking options.  Classes Class Description AuthenticationPluginConfigurationElement Retrieves the authentication plugin configuration from the configuration file. 
                                            
                https://dev.mysql.com/doc/connectors/en/connector-python-asyncio.html
                                References: [asyncio.gather]: https://docs.python.org/3/library/asyncio-task.html#asyncio.gather """ print("-------------------- ASYNCHRONOUS --------------------") # reset indent global indent indent = 0 clock = time.time() # `asyncio.gather()` ...
                                            
                https://dev.mysql.com/doc/connector-net/en/connector-net-ref-mysqlclient.html
                                LockContention Defines waiting options that may be used with row locking options.  Classes Class Description AuthenticationPluginConfigurationElement Retrieves the authentication plugin configuration from the configuration file. 
                                            
                https://dev.mysql.com/doc/connector-python/en/connector-python-asyncio.html
                                References: [asyncio.gather]: https://docs.python.org/3/library/asyncio-task.html#asyncio.gather """ print("-------------------- ASYNCHRONOUS --------------------") # reset indent global indent indent = 0 clock = time.time() # `asyncio.gather()` ...
                                            
                https://dev.mysql.com/doc/internals/en/guided-tour-chunk.html
                                 Now, having finished with our bird's eye view of the source code from the air, let's take the perspective of the worms on the ground (which is another name for MySQL's developer staff -- turn on laugh track here). if (updated && (error <= 0 || ...