Search Results
                    
                    
            https://dev.mysql.com/doc/connectors/en/connector-python-asyncio.html
                                Reference: [as_completed]: https://docs.python.org/3/library/asyncio-task.html#asyncio.as_completed """ exec_seq = [] database_name = "TABLE_CREATOR" # Create/Setup database # --------------------- # No asynchronous execution is done here. async ...
                                            
                https://dev.mysql.com/doc/connector-net/en/connector-net-programming-stored-proc.html
                                Stored procedures can be particularly useful in situations such as the following: Stored procedures can act as an API or abstraction layer, allowing multiple client applications to perform the same database operations. In such a setup, applications ... A stored procedure is a set of SQL statements that is stored in the ...
                                            
                https://dev.mysql.com/doc/connector-python/en/connector-python-asyncio.html
                                Reference: [as_completed]: https://docs.python.org/3/library/asyncio-task.html#asyncio.as_completed """ exec_seq = [] database_name = "TABLE_CREATOR" # Create/Setup database # --------------------- # No asynchronous execution is done here. async ...
                                            
                https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-agent-rights.html
                                For example, the following GRANT statement gives the agent the required rights: GRANT SELECT, CREATE USER, REPLICATION CLIENT, SHOW DATABASES, SUPER, DROP, PROCESS ON *.* TO 'agent_user'@'localhost'; Note When using Auto-Create Less Privileged ...
                                            
                https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-grahs-timeseries-controls.html
                                The View filter is a pair of drop-down menus on the top-left side of the page. For example, if you select a group in the Global Summaries drop-down list, and a MySQL instance in the All Targets drop-down list, the graphs displayed are the ... This ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/stored-programs-logging.html
                                 The binary log contains information about SQL statements that modify database contents. These events bring databases up to date from the point of the backup. The statements used to create and drop procedures, functions, triggers, and events are ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-index-stat.html
                                --database=name, -d name Command-Line Format --database=name Type String Default Value [none] Minimum Value Maximum Value The name of the database that contains the table being queried. --sys-drop Command-Line Format --sys-drop Drop all statistics ... ndb_index_stat provides per-fragment statistical information about indexes on NDB ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/stored-routines-privileges.html
                                The ALTER ROUTINE privilege is needed to alter or drop stored routines. This privilege is granted automatically to the creator of a routine if necessary, and dropped from the creator when the routine is dropped. However, this privilege is granted ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/view-restrictions.html
                                (This is another reason you might wish to force MySQL to use the temptable algorithm by specifying ALGORITHM = TEMPTABLE in the view definition.) You can use DROP TABLE or ALTER TABLE to drop or alter a table that is used in a view definition. No ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-web-personalization-provider.html
                                From the WebParts Toolbox, drag and drop a WebPartZone control into both the first and second columns. From the WebParts Toolbox, drag and drop a CatalogZone with PageCatalogPart and EditorZone controls into the third column. The page also includes ... MySQL Connector/NET provides a web parts personalization provider that allows you to use a MySQL server to store personalization ...