Search Results
                    
                    
            https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-install.html
                                Users in this group have read and write access to anything in the MySQL data directory, and execute access on any packaged MySQL binary.  This section covers installation prerequisites, creating the mysql user and group, and unpacking the ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-net-medium-trust-gac.html
                                It should execute successfully, without requiring any special code or encountering any security problems.  If the library is installed in the GAC, you must include the connection option includesecurityasserts=true in your connection string. The ...
                                            
                https://dev.mysql.com/doc/connector-net/en/connector-net-medium-trust-gac.html
                                It should execute successfully, without requiring any special code or encountering any security problems.  If the library is installed in the GAC, you must include the connection option includesecurityasserts=true in your connection string. The ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/analyze-table.html
                                Column Value Table The table name Op analyze or histogram Msg_type status, error, info, note, or warning Msg_text An informational message Key Distribution Analysis ANALYZE TABLE without either HISTOGRAM clause performs a key distribution analysis ...ANALYZE [NO_WRITE_TO_BINLOG | LOCAL] TABLE tbl_name UPDATE HISTOGRAM ON col_name [, col_name] ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-statements.html
                                This results in better performance when dealing with time zone conversions in Date and Time data types, however it won't be aware of time zone changes if they happen at runtime. Default Value true Since Version 8.0.20 continueBatchOnError Should the ...Default Value true Since Version 3.0.3 dontTrackOpenResources The JDBC specification requires the driver to automatically track and close resources, however if your application doesn't do a good job of explicitly calling 'close()' on statements or result sets this can cause memory ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-result-sets.html
                                Default Value -1 Since Version all versions netTimeoutForStreamingResults What value should the driver automatically set the server setting 'net_write_timeout' to when the streaming result sets feature is in use? Value has unit of seconds, the value ... clobberStreamingResults This will cause a streaming result set to be automatically closed, and any outstanding data still streaming from the server to be discarded if another query is executed before all the data has been read from the ...
                                            
                https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-auditlog-category.html
                                Permitted values: 'ALL' - Log all connection events, 'ERRORS' - Log only failed connection events, 'NONE' - Do not log connection events Enabled State This option controls how the server loads the audit_log plugin at startup. Permitted values: 'ALL' ... Lists the Audit Log configuration metrics and provides a brief description of ...
                                            
                https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-metric-auditlog-activity-category.html
                                Write Waits (Delta) The number of times an event had to wait for space in the audit log buffer in asynchronous logging mode.  Lists the Audit Log Activity metrics and provides a brief description of each. Table 6.2 Audit Log Activity Metrics ...
                                            
                https://dev.mysql.com/doc/x-devapi-userguide/en/using-sql.html
                                 In addition to the simplified X DevAPI syntax of the Session object, the Session object has a sql() function that takes any SQL statement as a string. The following example uses a Session to call an SQL Stored Procedure on the specific node. 
                                            
                https://dev.mysql.com/doc/internals/en/threads.html
                                Calls thr_setconcurrency() if it is available at compile time; this call is generally assumed to exist only on Solaris, its value should reflect the number of physical CPUs. The other reads queries from the relay log and executes them.  Threads in ...