PDA

View Full Version : Database Naming?


EdwardKoo
07-15-2003, 04:37 AM
Can MySql actually accept database name with a - character like user-setting?

I have some existing database using - as part of the name and it cause problems when i try to manipulate them :(

oracleguy
07-15-2003, 06:21 AM
Yep, those are acceptable.

I have a database named OLANA-MGR that I use with MySQL and it works fine.