Bug #114605 | MySQL drop database with the name 'database' | ||
---|---|---|---|
Submitted: | 10 Apr 2024 8:05 | Modified: | 10 Apr 2024 13:15 |
Reporter: | Siddharth Deo | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Utilities | Severity: | S3 (Non-critical) |
Version: | 8.3.0 | OS: | Ubuntu |
Assigned to: | CPU Architecture: | Any |
[10 Apr 2024 8:05]
Siddharth Deo
[10 Apr 2024 13:15]
MySQL Verification Team
Hello Siddharth, Thank you for the bug report. Imho this is not a bug, 'Database' is a reserved word and it cannot be used in standard SQL. Please check the doc available at https://dev.mysql.com/doc/refman/8.0/en/keywords.html However, if you still need to use it, try in `backticks`! Regards, Ashwini Patil