How to compare two MARIADB schemas via command line

356 Views Asked by At

I tried some commands from (https://docs.oracle.com/cd/E17952_01/mysql-utilities-1.4-en/mysqldbcompare.html)

But the comparison does not create tables and foreign keys...

What is the best command to compare two mariadb schemas creating columns, tables, procedures in order of creation to maintain schema integrity?

0

There are 0 best solutions below