It is showing me the following error when I try making a database but for 
one word without a "-" it is working fine. Following is the log


mysql> CREATE DATABASE mifos;
Query OK, 1 row affected (0.01 sec)

mysql> show databases
    -> ;
+-----------------------+
| Database              |
+-----------------------+
| information_schema    |
| mifos                 |
| mifosplatform_tenants |
| mifostenant           |
| mifostenant_default   |
| mysql                 |
| performance_schema    |
| sakila                |
| test                  |
| testing               |
| world                 |
+-----------------------+
11 rows in set (0.00 sec)

mysql> CREATE DATABASE mifosplatform-tenants;
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 
'-tena
nts' at line 1

-- 
You received this message because you are subscribed to the Google Groups 
"Mifos Developer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/mifosdeveloper?hl=en-US.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to