1
by brian
clean slate |
1 |
show databases;
|
2 |
Database
|
|
1420
by Brian Aker
Updated to use show schemas specific table. |
3 |
DATA_DICTIONARY
|
4 |
INFORMATION_SCHEMA
|
|
1
by brian
clean slate |
5 |
mysql
|
6 |
test
|
|
1273.13.38
by Brian Aker
Add in new show work. |
7 |
select concat("Starting in ", database());
|
8 |
concat("Starting in ", database())
|
|
9 |
Starting in test
|
|
1
by brian
clean slate |
10 |
show tables in mysql;
|
11 |
Tables_in_mysql
|