Search Results
                    
                    
            https://dev.mysql.com/doc/ndbapi/en/ch04s03s01s01.html
                                 ClusterJ provides these major interfaces for use by application programs: com.mysql.clusterj.SessionFactory, com.mysql.clusterj.Session, com.mysql.clusterj.Transaction, com.mysql.clusterj.query.QueryBuilder, and com.mysql.clusterj.Query. 
                                            
                https://dev.mysql.com/doc/connectors/en/connector-odbc-examples-tools-with-crystalreports.html
                                 Crystal Reports can use an ODBC DSN to connect to a database from which you to extract data and information for reporting purposes. Note There is a known issue with certain versions of Crystal Reports where the application is unable to open and ...
                                            
                https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-examples-tools-with-crystalreports.html
                                 Crystal Reports can use an ODBC DSN to connect to a database from which you to extract data and information for reporting purposes. Note There is a known issue with certain versions of Crystal Reports where the application is unable to open and ...
                                            
                https://dev.mysql.com/doc/internals/en/charsets.html
                                 Character sets are used by MySQL when storing information, both to ensure that the information is stored (and returned) in the correct format, but also for the purposes of collation and sorting. Each character set supports one or more collations, ...
                                            
                https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-configure-authentication.html
                                To install the server-side auth_socket plugin: Add these options under the [mysqld] option group in the MySQL configuration file (/etc/my.cnf): plugin-load-add=auth_socket.so auth_socket=FORCE_PLUS_PERMANENT plugin-load-add=auth_socket.so Loads the ... When a client connects to the MySQL server, the server uses the user name provided by the client and the client host to select the account row from the mysql.user ...
                                            
                https://dev.mysql.com/doc/internals/en/wait-condition.html
                                If the condition is not met, it sleeps for 0.1 second and retries. This is much better than the 'sleep' method, but could still waste a little time.  Like 'sleep', this method can also be used, when all but one thread reach a blocked state. If you ...
                                            
                https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-performance-page-per-user-stats.html
                                File IO Latency The total wait time of timed file I/O events for the user. Statement Avg Latency The average wait time per timed statement for the user. Statement Latency The total wait time of timed statements for the user.  Table 5.11 Per User ...
                                            
                https://dev.mysql.com/doc/internals/en/table-map-event.html
                                 The first event used in Row Based Replication declares how a table that is about to be changed is defined. TABLE_MAP_EVENT: The TABLE_MAP_EVENT defines the structure if the tables that are about to be changed. It is sent as length encoded string ...
                                            
                https://dev.mysql.com/doc/mysql-monitor/8.0/en/availability-advisors-ref.html
                                Default frequency 00:05:00 Default auto-close enabled yes MySQL Availability Tracks MySQL availability, by making a full connection to the monitored instance on the configured frequency. Important The Availability statistics on the main Dashboard ...
                                            
                https://dev.mysql.com/doc/internals/en/mysys-functions.html
                                void my_error _D((int nr, myf MyFlags, ...)); Writes message using error number (see mysys/errors.h) on stdout, or using curses, if MYSYS_PROGRAM_USES_CURSES() has been called. If infoflag & MY_CHECK_ERROR, prints if some files are left open. void ... Functions in mysys: (For flags see my_sys.h) int my_copy _A((const char *from, const char *to, myf MyFlags)); Copy file from from to ...