Search Results
                    
                    
            https://dev.mysql.com/doc/connector-net/en/connector-net-programming-crystal-source.html
                                You will be able to browse your database and choose tables and fields using drag and drop to build your report.  When creating a report in Crystal Reports there are two options for accessing the MySQL data while designing your report. The first ...
                                            
                https://dev.mysql.com/doc/internals/en/event-flags.html
                                This flag should be set for any event that does not need to have the default database set to function correctly, such as CREATE DATABASE and DROP DATABASE.  Event headers for v3 format and up contain event flags in the two flag bytes at position ...
                                            
                https://dev.mysql.com/doc/internals/en/guided-tour-skeleton.html
                                There will be — we're going into list mode now and just reciting the rest of the items in the switch statement — code for prepare, close statement, query, quit, create database, drop database, dump binary log, refresh, statistics, get process ...
                                            
                https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-qanal-using-ui.html
                                DDL Statements: filters on statements of type CREATE, DROP, ALTER, TRUNCATE, and RENAME. Database: the name of the database on which the query was executed. First Seen: the time and data at which this query was first seen on the database.  To open ...
                                            
                https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-ui-menus-navigation-sidebar.html
                                This report enables you to view detailed information on the database users. It is also possible to pause the page refresh using the pause button adjacent to the Refresh drop-down list.  This section describes the navigation menus of the user ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hw-create-temp-table.html
                                A temporary table is visible only within the current session, and is dropped automatically when you close the session. To learn how to download the sample database, see AirportDB Analytics Quickstart.  As of MySQL 9.3.0, you can create temporary ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hwaml-ml-model-import.html
                                model_metadata: To import a model from a table: database: The name of the database.  Use the ML_MODEL_IMPORT routine to import a pre-trained model into your model catalog. To learn how to use ML_MODEL_IMPORT to share models, see Share a Model. 
                                            
                https://dev.mysql.com/doc/connector-j/en/connector-j-support-bug-report.html
                                 The normal place to report bugs is http://bugs.mysql.com/, which is the address for our bugs database. This database is public, and can be browsed and searched by anyone. If you have a repeatable bug report, please report it to the bugs database at ...If you log in to the system, you will also be able to enter new ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/alter-event.html
                                (See Section 15.1.13, “CREATE EVENT Statement”.) Any user can alter an event defined on a database for which that user has the EVENT privilege. This statement renames the event myevent to yourevent: ALTER EVENT myevent RENAME TO yourevent; You ...The syntax for each of the DEFINER, ON SCHEDULE, ON COMPLETION, COMMENT, ENABLE / DISABLE, and DO clauses is exactly the same as when used with CREATE ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/charset-connection.html
                                The character_set_database and collation_database system variables indicate the character set and collation of the default database. For example: mysql> charset koi8r Charset changed The charset command issues a SET NAMES statement, and also changes ... A “connection” is what a client program makes when it connects to the server, to begin a session within which it interacts with the ...