mariadb/mysql-test/r/schema.result

14 lines
265 B
Text
Raw Normal View History

drop database if exists mysqltest1;
create schema foo;
show create schema foo;
Database Create Database
foo CREATE DATABASE `foo` /*!40100 DEFAULT CHARACTER SET latin1 */
show schemas;
Database
information_schema
2006-01-12 19:51:02 +01:00
cluster_replication
foo
mysql
test
drop schema foo;