Bug #70040 Cannot create database with Chinese characters
Submitted: 14 Aug 2013 21:41 Modified: 26 Sep 2013 21:08
Reporter: Gabriela Martinez Sanchez Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench Severity:S3 (Non-critical)
Version:6.0.5 OS:Windows (8)
Assigned to: CPU Architecture:Any

[14 Aug 2013 21:41] Gabriela Martinez Sanchez
Description:
When trying to create a new database using the Schema editor, a warning message  appears saying: 

The server is configured with lower_case_table_names=1, which only allows lowercase characters in schema and table names.
The object will be created as `数`.

How to repeat:
1- On workbench click on the Create new schema at the toolbar on top of the main window.
2- use 数据库 as the name for the new database.
3- Click apply
Expected results are the database should be created with the specified name.

Actual results are: A warning message appears. (as described).

As a workaround a create statement can be used in the Query editor instead of the schema editor. 

CREATE DATABASE 数据库;

which works fine.

Suggested fix:
NA
[14 Aug 2013 22:10] MySQL Verification Team
Thank you for the bug report.
[26 Sep 2013 21:08] Philip Olson
On Microsoft Windows and with lower_case_table_names set to "1",
        attempting to create a schema name with only question marks
        ("???") using the <guilabel>Create New Schema</guilabel> action
        item would emit an error.