1#
2# Check that we haven't any strange new tables or databases
3#
4show databases;
5show tables in mysql;
6