mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / mysql-test / suite / engines / funcs / r / db_create_error_reserved.result
blobfc6d1097b95495028f7e1ec34daea376391ba890
1 SHOW DATABASES;
2 Database
3 information_schema
4 mtr
5 mysql
6 test
7 CREATE DATABASE mysql;
8 ERROR HY000: Can't create database 'mysql'; database exists
9 SHOW DATABASES;
10 Database
11 information_schema
12 mtr
13 mysql
14 test