mysql> show databases;
+--------------------+
| Database |
+--------------------+
| information_schema |
| ccnet-db |
| mysql |
| seafile-db |
| seahub-db |
| test |
+--------------------+
6 rows in set (0.00 sec)
mysql> drop database ccnet-db;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-db' at line 1