mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-03-10 02:07:00 +08:00
3 lines
52 B
SQL
3 lines
52 B
SQL
DROP DATABASE IF EXISTS test;
|
|
CREATE DATABASE test;
|