Hello Anybody
My name is Richard! I have recently been learning Database programming with Java, and have developed a simple program to access a MySQL database and retrieve some data - as a test!
I have used a driver off a mate, which is known to work and I have run the program. At runtime, I get the following message:
java.sql.SQLException: Invalid Authorization Specification: Access denied for user: 'Richard@dhcp50.moveassist.com' <Using Password: YES>
Questions
=========
1. Do you know why I am getting this error?
2. What is the (@dhcp50) bit all about?
3. Do you know how I can get round this problem?
Any help would be most appreciated, as none of my friends seem to be able to answer this one. The error gives me the impression that it is an access problem, but I have never heard of the dhcp50 thingy, I did look on the net and it said that it was a protocol which issues ip addresses, but that doesn't help a great deal - I need to be able to fix this, as it is stopping me from progressing with my studies!
Best regards
Richard Buck
My name is Richard! I have recently been learning Database programming with Java, and have developed a simple program to access a MySQL database and retrieve some data - as a test!
I have used a driver off a mate, which is known to work and I have run the program. At runtime, I get the following message:
java.sql.SQLException: Invalid Authorization Specification: Access denied for user: 'Richard@dhcp50.moveassist.com' <Using Password: YES>
Questions
=========
1. Do you know why I am getting this error?
2. What is the (@dhcp50) bit all about?
3. Do you know how I can get round this problem?
Any help would be most appreciated, as none of my friends seem to be able to answer this one. The error gives me the impression that it is an access problem, but I have never heard of the dhcp50 thingy, I did look on the net and it said that it was a protocol which issues ip addresses, but that doesn't help a great deal - I need to be able to fix this, as it is stopping me from progressing with my studies!
Best regards
Richard Buck