mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-12 22:19:44 +00:00
4 lines
97 B
SQL
4 lines
97 B
SQL
DROP DATABASE IF EXISTS my_binary_database;
|
|
CREATE DATABASE my_binary_database CHARSET=binary;
|
|
|