Bug #98738 | You must escape database name with a backslash if it includes an underscore. | ||
---|---|---|---|
Submitted: | 25 Feb 2020 15:05 | Modified: | 25 Feb 2020 15:19 |
Reporter: | Chris Gillepie | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: Command-line Clients | Severity: | S3 (Non-critical) |
Version: | 8.0.19 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[25 Feb 2020 15:05]
Chris Gillepie
[25 Feb 2020 15:19]
MySQL Verification Team
Hi Mr. Gillepie, Thank you for your bug report. However, our Workbench and our mysql CLI do not work in the same function. With our command line interface, you have to use a command like this: GRANT EXECUTE ON `vagt\_db`.* TO 'r_basic'; Not a bug.