Search Results
                    
                    
            https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-tde.html
                                You can also place the password in a my.cnf file that can be read by the data node process, but not by other users of the system. 25.6.19.4.2 NDB File System Encryption Implementation For NDB Transparent Data Encryption (TDE), data nodes encrypt ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/persisted-system-variables.html
                                The Performance Schema variables_info table contains information showing when and by which user each system variable was most recently set. A mysqld-auto.cnf option file created by MySQL 8.4 cannot be read by older releases of MySQL Server. Users ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/replication-options-reference.html
                                log_bin_trust_function_creators: If equal to 0 (default), then when --log-bin is used, stored function creation is allowed only to users having SUPER privilege and only if function created does not break binary logging. report_password: Arbitrary ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-install-linux-binary.html
                                Some OS distributions create these as part of the operating system installation process. Change location to the directory containing the downloaded file, unpack the archive, and create a symbolic link named mysql to the mysql directory.  This ...
                                            
                https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-group-replication.html
                                In addition to the mysqlbackup@localhost account created on each host as described in Section 4.1.2, “Grant MySQL Privileges to Backup Administrator”, accounts for the user mysqlbackup to access all hosts in the group have been created on every ... For how to use MySQL Enterprise Backup to back up and subsequently restore a Group Replication member, see Using MySQL Enterprise Backup with Group ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/merge-storage-engine.html
                                Note The use of MERGE tables entails the following security issue: If a user has access to MyISAM table t, that user can create a MERGE table m that accesses t. When you create a MERGE table, MySQL creates a .MRG file on disk that contains the names ... The MERGE storage engine, also known as the MRG_MyISAM engine, is a collection of identical MyISAM tables that can be used as ...
                                            
                https://dev.mysql.com/doc/internals/en/debug-sync-point.html
                                Debug Sync Points give user-level locks the ability to synchronize at arbitrary points in code. If the lock is free (not used by any thread), the synchronization point does nothing but release any user-level lock of the current thread. So the idea ...They were part of the MySQL code until the 6.0.5 and 5.1.46 ...
                                            
                https://dev.mysql.com/doc/mysql-installer/en/server-windows-service.html
                                The Custom User option must have privileges to log on to Microsoft Windows as a service. The Next button will be disabled until this user is configured with the required privileges. A custom user account is configured in Windows by searching for ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-16.html
                                Examples: "mysqlx://user@host?connection-attributes" "mysqlx://user@host?connection-attributes=true" "mysqlx://user@host?connection-attributes=false" "mysqlx://user@host?connection-attributes=[attr1=val1,attr2,attr3=]" ...Connector/C++ now supports ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hw-about-auto-parallel-load.html
                                To use Auto Parallel Load, ask the admin user to grant you the following privileges. Replace user_name and database_name in the commands with the appropriate user name and database name. mysql> GRANT PROCESS ON database_name.* TO 'user_name'@'%'; ...