mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
6 lines
102 B
Text
6 lines
102 B
Text
|
#
|
||
|
# Check that we haven't any strange new tables or databases
|
||
|
#
|
||
|
show databases;
|
||
|
show tables in mysql;
|