I have a client database in my db dev server environment I need to
create, but the client name contains a dash "-". This blows up upon
attempting to do
create database my-site;
How then do I create this database, simple as that?
Thanx
Phil
create, but the client name contains a dash "-". This blows up upon
attempting to do
create database my-site;
How then do I create this database, simple as that?
Thanx
Phil
Comment