B4BY.588
Home
Terminal
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
share
/
mysql-test
/
r
/
Filename :
information_schema_chmod.result
back
Copy
create database mysqltest; create table mysqltest.t1(a int); select table_schema from information_schema.tables where table_schema='mysqltest'; table_schema drop database mysqltest;