SET NAMES sjis;
SET character_set_database = sjis;
drop database if exists `��ݺ�`;
drop database if exists `���{��`;
drop database if exists `�\�\�\`;
CREATE DATABASE `��ݺ�`;
CREATE DATABASE `���{��`;
CREATE DATABASE `�\�\�\`;
SHOW DATABASES;
Database
information_schema
mysql
test
�\�\�\
���{��
��ݺ�
USE `��ݺ�`;
USE `���{��`;
USE `�\�\�\`;
DROP DATABASE `��ݺ�`;
DROP DATABASE `���{��`;
DROP DATABASE `�\�\�\`;