Search Results
https://dev.mysql.com/doc/refman/8.4/en/general-tablespaces.html
A DROP DATABASE operation can drop tables that belong to a general tablespace but it cannot drop the tablespace, even if the DROP DATABASE operation drops all tables that belong to the tablespace. Dropping a General Tablespace The DROP TABLESPACE ...
https://dev.mysql.com/doc/connectors/en/connector-net-entityframework-core-scaffold-example.html
Scaffolding a database produces an Entity Framework model from an existing database. The resulting entities are created and mapped to the tables in the specified database. There are two different ways to scaffold an existing database: Scaffolding a ...For an overview of the requirements to use EF Core with MySQL, see Table 4.3, “Connector/NET Versions and Entity Framework Core ...
https://dev.mysql.com/doc/connector-net/en/connector-net-entityframework-core-scaffold-example.html
Scaffolding a database produces an Entity Framework model from an existing database. The resulting entities are created and mapped to the tables in the specified database. There are two different ways to scaffold an existing database: Scaffolding a ...For an overview of the requirements to use EF Core with MySQL, see Table 7.1, “Connector/NET Versions and Entity Framework Core ...
https://dev.mysql.com/doc/refman/8.4/en/windows-symbolic-links.html
On Windows, symbolic links can be used for database directories. This enables you to put a database directory at a different location (for example, on a different disk) by setting up a symbolic link to it. Use of database symlinks on Windows is ...
https://dev.mysql.com/doc/refman/8.4/en/replication-options-replica.html
Only statements involving tables are affected, not statements such as CREATE DATABASE, DROP DATABASE, and ALTER DATABASE. If the table name pattern is %, it matches any table name and the option also applies to database-level statements (CREATE ...
https://dev.mysql.com/doc/workbench/en/wb-migration-database-concepts.html
Catalog Yes Yes Yes N/A You can map a catalog into a schema and drop the ownerobject, use the owner as the schema name, or merge the owner and object name together. Index Yes Yes Yes Yes Information Schema Yes No Yes Yes Object Names Case ... The ...
https://dev.mysql.com/doc/workbench/en/wb-migration-overview-steps.html
This example migrates a Microsoft SQL Server database to MySQL and includes an image for each step. From MySQL Workbench, choose Database and then Migrate to open the migration wizard and display the migration wizard overview (see the figure that ...Overview Figure 10.2 MySQL Workbench migration: Overview It describes the prerequisites and requirements that should be understood before proceeding ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-cluster-metric-mysqlserver-ddlstatementactivity-category.html
Drop DB (Delta) The total number of DROP DATABASE statements executed. Table 8.3 DDL Statement Activity Metrics Target NameName of the OEM TargetAlter DB (Delta) The total number of ALTER DATABASE statements executed. Alter DB Upgrade (Delta) The ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-metric-mysqlserver-ddlstatementactivity-category.html
Drop DB (Delta) The total number of DROP DATABASE statements executed. Table 6.5 DDL Statement Activity Metrics NameDescriptionAlter DB (Delta) The total number of ALTER DATABASE statements executed. Alter DB Upgrade (Delta) The total number of ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/mysqlbackup.privileges.html
Here are the privileges required by mysqlbackup: The minimum privileges for the MySQL user with which mysqlbackup connects to the server include: SELECT on all databases and tables, for table locks that protect the backups against inconsistency ...