Search Results
                    
                    
            https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-application-error.html
                                 The following list enumerates all NDB errors of type AE (Application error). Having a table without primary key uses an autoincremented hidden key, i.e. NDB error code 5002 MySQL error DMEC Error message The process has wrong type. NDB error code ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-limitations-exclusive-to-cluster.html
                                 The following are limitations specific to the NDB storage engine: Machine architecture. All machines used in the cluster must have the same architecture. That is, all machines hosting nodes must be either big-endian or little-endian, and you cannot ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/resource-groups.html
                                The server determines at startup how many virtual CPUs are available, and database administrators with appropriate privileges can associate these CPUs with resource groups and assign threads to groups. Resource Group Elements These capabilities ...
                                            
                https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-0.html
                                (WL #16205) This release removes support for the ENGINE clause from the following SQL statements: DROP TABLESPACE (all variants) ALTER TABLESPACE ... DROP DATAFILE All other variants of ALTER TABLESPACE, with the two exceptions listed here: ALTER ...
                                            
                https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-history-table-update.html
                                Rename the original mysql.backup_history table to mysql.backup_history_old, and the mysql.backup_history_new table to mysql.backup_history. Note If you are working with a multiprimary Group Replication setting, make sure these privileges are granted ...
                                            
                https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-sbt-history-table-update.html
                                Rename the original mysql.backup_sbt_history table to mysql.backup_sbt_history_old, and the mysql.backup_sbt_history_new table to mysql.backup_sbt_history. Note If you are working with a multiprimary Group Replication setting, make sure these ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/access-control.html
                                For example, if you try to select rows from a table in a database or drop a table from the database, the server verifies that you have the SELECT privilege for the table or the DROP privilege for the database. You cannot specify that a user has ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/grant-tables.html
                                 The mysql system database includes several grant tables that contain information about user accounts and the privileges held by them. For information about other tables in the system database, see Section 7.3, “The mysql System Schema”. The ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hw-advisor-auto-indexing-execution.html
                                Autopilot Indexing does evaluate past SQL statements that access a table that has been dropped and recreated. Rather than drop the suggested indexes, make them invisible first, and then drop them later after confirmation that there is no impact to ... Autopilot Indexing provides recommendations for schemas with a representative workload that has at least five queries in the SQL statement digest history in the Performance ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/creating-spatial-indexes.html
                                To drop spatial indexes, use ALTER TABLE or DROP INDEX: With ALTER TABLE: ALTER TABLE geom DROP INDEX g; With DROP INDEX: DROP INDEX g ON geom; Example: Suppose that a table geom contains more than 32,000 geometries, which are stored in the column g ... For InnoDB and MyISAM tables, MySQL can create spatial indexes using syntax similar to that for creating regular indexes, but using the SPATIAL ...