Hello,
I am getting error while try to delete the database when database name exists with hyphen. I noticed that if name doesn't contain hyphen, then delete works.
Question is, what can be done here?
Hello,
I am getting error while try to delete the database when database name exists with hyphen. I noticed that if name doesn't contain hyphen, then delete works.
Question is, what can be done here?
Hello @MD_AJMAL_YAZDAN
The solution of @glilienfield is right and means:
DROP DATABASE `online-store`
Regards,
Cobra
Thank you all guys, .......