Hi,
I need to connect to a mysql database with the mysql connector from mysql.com. My webserver admin has given me a logon name and password to connect to the database, and for some reason there's a period in the logon name:
"hoorspelfabriek.nl"
When I try to connect, I get the error message that the user is denied access, and behind that the portion of the username up to and including the point (but without the 'nl' bit). I can connect fine using the myphpadmin application on the webserver.
Does the UserID (or UID) parameter in the connectionstring not take periods? I've tried using single quotes and square brackets but no use, still access denied.
Or can I not use the login name and password for myphpadmin as logon credentials from a C# application?
Any help on this greatly appreciated.
I need to connect to a mysql database with the mysql connector from mysql.com. My webserver admin has given me a logon name and password to connect to the database, and for some reason there's a period in the logon name:
"hoorspelfabriek.nl"
When I try to connect, I get the error message that the user is denied access, and behind that the portion of the username up to and including the point (but without the 'nl' bit). I can connect fine using the myphpadmin application on the webserver.
Does the UserID (or UID) parameter in the connectionstring not take periods? I've tried using single quotes and square brackets but no use, still access denied.
Or can I not use the login name and password for myphpadmin as logon credentials from a C# application?
Any help on this greatly appreciated.