// If you have 2 servers with identical database structure, and some of the tables have different engine type, then create a federated table to connect to the original server and compare the engines type with the current table's engine. (useful while comparing master - slave tables)<code>
CREATE TABLE test.`TABLES2` (
`TABLE_CATALOG`...
↧