Search Results
                    
                    
            https://dev.mysql.com/doc/refman/8.4/en/mysqlshow.html
                                --defaults-extra-file=file_name Command-Line Format --defaults-extra-file=file_name Type File name Read this option file after the global option file but (on Unix) before the user option file. To create or modify a login path file, use the ... The ...
                                            
                https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-post-install-general.html
                                Before you create Connections and set up Groups, we recommend you first read the note immediately following on Users, Roles, and Access Control To create connections, select Instances from the Configuration section of the navigation menu . See ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-table-syntax-sql.html
                                The following options apply to CREATE TABLE and ALTER TABLE statements. This topic contains the following sections: CREATE TABLE Statement External Table Options with SQL Syntax Column Definitions Table Parameters File Specifications File Format ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-configuring-files.html
                                These files are saved in a directory assigned to the current user as defined by MySQL Workbench. Table 3.1 Default Local Configuration Base File Path Operating System File Path Windows %AppData%\MySQL\Workbench\ macOS ~username/Library/Application ... MySQL Workbench saves configuration, cache, and log-related files and directories on your ...
                                            
                https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-access-control-best-practice-ref.html
                                All users can see, but have varying access to, all monitored assets. Strict: an organization with several DBAs and developers, and many monitored assets, grouped according to the applications and users which use them. Some users within the ... This ...
                                            
                https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/database-connection-example.html
                                You pass in the connection parameters to connect to the MySQL server, such as the hostname and user, very much like the code in one of the classic APIs. The connection parameters can be specified as either a URI type string, for example ... The code ...
                                            
                https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/database-connection-example.html
                                You pass in the connection parameters to connect to the MySQL server, such as the hostname and user, very much like the code in one of the classic APIs. The connection parameters can be specified as either a URI type string, for example ... The code ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/performance-schema-setup-actors-table.html
                                For each new foreground thread, the Performance Schema matches the user and host for the thread against the rows of the setup_actors table. This enables instrumenting and historical event logging to be applied selectively per host, user, or account ... The setup_actors table contains information that determines whether to enable monitoring and historical event logging for new foreground server threads (threads associated with client ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/using-encrypted-connections.html
                                Suppose that you want to connect using an account that has no special encryption requirements or that was created using a CREATE USER statement that included the REQUIRE SSL clause. For additional information about the REQUIRE clause, see Section ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-native-kerberos.html
                                 The Native Kerberos connections method authenticates a MySQL user with authentication tokens generated by the kinit command. Using this connection method, MySQL Workbench and MySQL servers are able to use the Kerberos authentication protocol to ...