Connecting to mysql database with a '-' in name with .net connector 1.0.9

Hellos, did anyone have trouble connecting to mysql databases with '-' in their database and/or user name?

I can't get it to work, unless I first connect to database 'test' and then change the database with ChangeDatabase function. But even then it only works on every second request :p

I tried wrapping the database name in `` but it just changed the error to Access denied. The same happens when I also enclose user name in ``.
 
Eh, what about taking a dump of the DB and recreating it without a - in the name, it may be easier :)
 
Eh, what about taking a dump of the DB and recreating it without a - in the name, it may be easier :)
I don't think it is possible. The dash is part of my client's user name at jodo~ and I'm not sure what will happen if I try changing the user name in CPanel (If it's even possible)
.
 
Back
Top