jp_create_db_sjis.test
上传用户:romrleung
上传日期:2022-05-23
资源大小:18897k
文件大小:0k
源码类别:
MySQL数据库
开发平台:
Visual C++
- --character_set sjis
- SET NAMES sjis;
- SET character_set_database = sjis;
- --disable_warnings
- drop database if exists `莆莺轥;
- drop database if exists `擔杮岅`;
- drop database if exists `僜廫昞`;
- --enable_warnings
- #
- # Test Creating databases using Japanese charact for DB name in ujis encoding
- #
- CREATE DATABASE `莆莺轥;
- CREATE DATABASE `擔杮岅`;
- CREATE DATABASE `僜廫昞`;
- SHOW DATABASES;
- USE `莆莺轥;
- USE `擔杮岅`;
- USE `僜廫昞`;
- DROP DATABASE `莆莺轥;
- DROP DATABASE `擔杮岅`;
- DROP DATABASE `僜廫昞`;