Search Results
https://dev.mysql.com/doc/refman/8.4/en/roles.html
Creating Roles and Granting Privileges to Them Defining Mandatory Roles Checking Role Privileges Activating Roles Revoking Roles or Role Privileges Dropping Roles User and Role Interchangeability Creating Roles and Granting Privileges to Them ...The ...Like user accounts, roles can have privileges granted to and revoked from ...
https://dev.mysql.com/doc/workbench/en/wb-develop.html
A set of visual tools to create, edit, and manage SQL queries, database connections, and objects.
https://dev.mysql.com/doc/workbench/en/wb-migration-overview-supported.html
When a supported RDBMS product is being migrated, the MySQL Workbench Migration Wizard will automatically convert as much information as it can, but you may still be required to manually edit the automatically migrated schema for difficult cases, ...
https://dev.mysql.com/doc/ndbapi/en/ndb-start-mysql-ndb-mapping.html
The next two sections discuss naming and other conventions followed by the NDB API with regard to MySQL database objects, as well as handling of MySQL data types in NDB API applications.
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-changelog-12-1-0-2-0.html
Prev Up A.11 Changes in Oracle Enterprise Manager for MySQL Database 12.1.0.3.0 (2015-10-22) Home . Functionality Added or Changed The compliance framework for MySQL Configuration Metrics is added in this release.
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-changelog-13-5-3-0-0.html
Functionality Added or Changed Added the InnoDB Cluster and InnoDB ClusterSet target types with related performance and configuration metrics. Bugs Fixed Replication language was changed to use source/replica instead of master/slave.
https://dev.mysql.com/doc/refman/8.4/en/creating-many-tables.html
If you have many MyISAM tables in the same database directory, open, close, and create operations are slow. If you execute SELECT statements on many different tables, there is a little overhead when the table cache is full, because for every table ...
https://dev.mysql.com/doc/refman/8.4/en/other-vendor-data-types.html
These mappings make it easier to import table definitions from other database systems into MySQL. To facilitate the use of code written for SQL implementations from other vendors, MySQL maps data types as shown in the following table. If you create ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/advanced.replica-backup-restore.html
To backup a replica database, add the --replica-info option to your backup command. To restore the backup on a replica server, follow the same steps outlined in Section 8.1, “Setting Up a New replica”. MySQL Enterprise Backup does not include ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/exec-option.html
The --exec-when-locked option of mysqlbackup lets you specify a command (together with the desired command arguments) to run near the end of the backup while the database's non-InnoDB tables are still locked. This command can copy or create ...