carpe-diem
Perch
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
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 ``.
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
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 ``.