Can't delete database
You forgot the semicolon ;
after the command. Try:
DROP DATABASE clientms;
The incomplete command is also indicated by the prompt: -
instead of =
. This is to allow multi-line commands.
You forgot the semicolon ;
after the command. Try:
DROP DATABASE clientms;
The incomplete command is also indicated by the prompt: -
instead of =
. This is to allow multi-line commands.