Search Results
                    
                    
            https://dev.mysql.com/doc/refman/8.4/en/pam-pluggable-authentication.html
                                The file must be located in the directory named by the plugin_dir system variable. To be usable by the server, the plugin library file must be located in the MySQL plugin directory (the directory named by the plugin_dir system variable). To use a ...
                                            
                https://dev.mysql.com/doc/internals/en/binary-log-structure-and-contents.html
                                 The binary log is a set of files that contain information about data modifications made to a MySQL server instance. Each log file contains a 4-byte magic number, followed by a set of events that describe data modifications: The magic number bytes ...The log consists of a set of binary log files, plus an index ...The details about event structure have changed over ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-mynode.html
                                You can get the mapping either by name, or by using an existing mapping: TableMapping(tableName); TableMapping(tableMapping); openSession(properties, mappings, Function(err, Session) callback); Connect to the data source and get a Session in the ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-using-layer-tool.html
                                If you pick up an object from an EER diagram, you must press Control as you drag it onto the layer, otherwise it will not be “locked” inside the layer. You cannot remove them by clicking and dragging; to remove an object, you also must press the ... To add layers to an EER Diagram, use the Layer tool on the vertical ...Since layers are not schema objects, no confirmation dialog box opens ...
                                            
                https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-compliance-administration-standard-rules.html
                                InnoDB System Tablespace Cannot Automatically Expand Description If the InnoDB system tablespace is not allowed to automatically grow to meet incoming data demands and your application generates more data than there is room for, out-of-space errors ...Severity Minor Warning Advice Review the --binlog-do-db and the --binlog-ignore-db settings in your MySQL configuration file (my.cnf) to be sure you are capturing updates to all important ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-vector-store-overview.html
                                MySQL HeatWave GenAI supports OCR in the following unstructured data formats: PDF (including scanned PDF files), DOC, DOCX, PPT, and PPTX. It automatically parses unstructured data formats, which include PDF (including scanned PDF files), PPT, TXT, ... This section describes the Vector Store functionality available in MySQL ...About Optical Character Recognition Optical Character Recognition (OCR) in MySQL HeatWave ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-sql-editor.html
                                The menu bar has the following menus: File, Edit, View, Query, Database, Server, Tools, Scripting, and Help. Together the editors and panels enable you to: Build, edit, and run queries Create and edit data View and export results Perform basic RDBMS ... The visual SQL editor consists of a set of specialized editors (query, schema, table, and so on) and three panels: sidebar, secondary sidebar, and output ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/information-schema-tables-table.html
                                Even with file-per-table mode with each InnoDB table in a separate .ibd file, change buffering can delay the write to the data file, so the file modification time is different from the time of the last insert, update, or delete. Note If the ...The ...To update cached values at any time for a given table, use ANALYZE ...
                                            
                https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-restore-cluster.html
                                The following must be true for the password file: The file must be present on each host where mcmd runs a data node that is being restored. Stop the cluster using stop cluster, then restart it using start cluster with the --initial option, which ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/keyring-key-migration.html
                                The user a server in key-migration mode runs as must have permission to read and write any local keyring files, such as the data file for a file-based plugin. The user who invokes mysql_migrate_keyring must have permission to read and write any ...