49 lines
753 B
Plaintext
49 lines
753 B
Plaintext
select schema_name from information_schema.schemata order by schema_name;
|
|
SCHEMA_NAME
|
|
__recycle_bin__
|
|
information_schema
|
|
mtr
|
|
mysql
|
|
performance_schema
|
|
sys
|
|
test
|
|
show tables in mysql where Tables_in_mysql != 'ndb_binlog_index';
|
|
Tables_in_mysql
|
|
columns_priv
|
|
component
|
|
concurrency_control
|
|
consensus_info
|
|
db
|
|
default_roles
|
|
engine_cost
|
|
func
|
|
general_log
|
|
global_grants
|
|
gtid_executed
|
|
help_category
|
|
help_keyword
|
|
help_relation
|
|
help_topic
|
|
innodb_flashback_snapshot
|
|
innodb_index_stats
|
|
innodb_table_stats
|
|
outline
|
|
password_history
|
|
plugin
|
|
procs_priv
|
|
proxies_priv
|
|
role_edges
|
|
server_cost
|
|
servers
|
|
slave_master_info
|
|
slave_relay_log_info
|
|
slave_worker_info
|
|
slow_log
|
|
tables_priv
|
|
time_zone
|
|
time_zone_leap_second
|
|
time_zone_name
|
|
time_zone_transition
|
|
time_zone_transition_type
|
|
user
|