May be this question has been answered before but I couldn\'t find it.
I am using a 2/3 yr old MySQL database which has hyphens in its column names. When I try to us
I had to create a db named pre-ca_db.
I solved the problem with
create database `pre-ca_db`;
Good luck!