| Bug #83086 | mysql workbench sql editor showing error sign even when script is correct | ||
|---|---|---|---|
| Submitted: | 21 Sep 2016 21:31 | Modified: | 21 Sep 2016 22:53 |
| Reporter: | Prateek Sharma | Email Updates: | |
| Status: | Duplicate | Impact on me: | |
| Category: | MySQL Workbench: SQL Editor | Severity: | S3 (Non-critical) |
| Version: | 6.3.7 | OS: | Windows (Microsoft Windows 10 Home) |
| Assigned to: | CPU Architecture: | Any | |
| Tags: | WBBugReporter | ||
[21 Sep 2016 22:53]
MySQL Verification Team
Thank you for the bug report. Duplicate of http://bugs.mysql.com/bug.php?id=82741.

Description: mysql workbench sql editor showing error sign even when script is correct How to repeat: 1) I have following scripts: use mysql_node_integration; create table credit_card_details( ccNumber int primary key not null, expirydate int, cvvcode int ); 2) Editor shows that there is error on each line, whereas when I ran the scripts they worked fine and created the table.