Search Results
                    
                    
            https://dev.mysql.com/doc/connector-net/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 ...
                                            
                https://dev.mysql.com/doc/x-devapi-userguide/en/dynamic-sql.html
                                 A quoting function exists to escape SQL names and identifiers. Session.quoteName() escapes the identifier given in accordance to the settings of the current connection. Note The quoting function must not be used to escape values. Use the value ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/events-privileges.html
                                An event is not migrated or dropped as a result of renaming or dropping the user who created it. The same would be true if root had issued either of these statements: DROP USER jon@ghidora; RENAME USER jon@ghidora TO someotherguy@ghidora; You can ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/replication-features-invoked.html
                                The following statements are replicated using statement-based replication: CREATE EVENT ALTER EVENT DROP EVENT CREATE PROCEDURE DROP PROCEDURE CREATE FUNCTION DROP FUNCTION CREATE TRIGGER DROP TRIGGER However, the effects of features created, ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/ndb-ndb.html
                                (See Section 2.3.16, “The NdbEventOperation Class”.) dropEventOperation() Drops a subscription to a database event. Ndb::dropEventOperation() Description This method drops a subscription to a database event represented by an NdbEventOperation ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/sql-prepared-statements.html
                                Typically, database applications process large volumes of almost-identical statements, with only changes to literal or variable values in clauses such as WHERE for queries and deletes, SET for updates, and VALUES for inserts. Using prepared ...
                                            
                https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/glossary.html
                                MySQL Enterprise Backup A licensed products that performs hot backups of MySQL database servers. Backups are further classified as hot, warm, or cold depending on how much they interfere with normal database server operation. These statements can be ... These terms are commonly used in information about the MySQL Enterprise Backup ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/create-temporary-table.html
                                Dropping a database does not automatically drop any TEMPORARY tables created within that database. A TEMPORARY table is visible only within the current session, and is dropped automatically when the session is closed. (The existing table is hidden ... You can use the TEMPORARY keyword when creating a ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/point-in-time-recovery-positions.html
                                Your database has now been restored to the point-in-time of interest, tp, right before the table pets.cats was dropped. Find the precise binary log event position corresponding to the point in time up to which you want to restore your database.  The ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/revoke.html
                                To revoke all privileges from a user, use one of the following statements; either of these statements drops all global, database, table, column, and routine privileges for the named users or roles: REVOKE ALL PRIVILEGES, GRANT OPTION FROM ...[IGNORE ...