Files
2025-11-23 15:33:54 +08:00

6 lines
102 B
Plaintext
Executable File

#
# Check that we haven't any strange new tables or databases
#
show databases;
show tables in mysql;