Bug #95120 Error Parsing DDL for ``.`dimensionstorydb`
Submitted: 25 Apr 2019 6:05 Modified: 27 Apr 2019 19:07
Reporter: Jie Situ Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench Severity:S3 (Non-critical)
Version: OS:Any
Assigned to: CPU Architecture:Any

[25 Apr 2019 6:05] Jie Situ
Description:
[Window Title]
MySQL Workbench

[Main Instruction]
Error Parsing DDL for ``.`dimensionstorydb`

[Content]
There was an error while parsing the DDL retrieved from the server.
Do you want to view the DDL or cancel processing it?

[View DDL] [Cancel]

After I click view DDL. I see this.

delimiter $$

CREATE DATABASE `dimensionstorydb` /*!40100 DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci */ /*!80016 DEFAULT ENCRYPTION='N' */$$

How to repeat:
Just create a schema from Workbench.
[25 Apr 2019 22:11] MySQL Verification Team
Thank you for the bug report. I couldn't repeat with WorkBench 8.0.16 on Windows 10 Pro, please try it, if the issue continues which server version are you using? provide screenshot of the several step you did. Thanks.
[27 Apr 2019 19:07] Jie Situ
It seems that it's caused by different version between workbench and server. It's ok now.