3 lines
200 B
Text
3 lines
200 B
Text
# Check that we haven't any strange new tables or databases
|
|
select schema_name from information_schema.schemata order by schema_name;
|
|
show tables in mysql where Tables_in_mysql != 'ndb_binlog_index';
|