If you have hyphen(-) in your mySQL database you can use back-ticks to escape while issuing commands
like
drop database `alfresco-dev`;
If you have hyphen(-) in your mySQL database you can use back-ticks to escape while issuing commands
like
drop database `alfresco-dev`;