📄 schema.test
字号:
## Just a couple of tests to make sure that schema works.## Drop mysqltest1 database, as it can left from the previous tests.#--disable_warningsdrop database if exists mysqltest1;--enable_warningscreate schema foo;show create schema foo;show schemas;drop schema foo;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -