Author | Message |
---|---|
raywu64
Posts: 44
|
Posted 15:08 Nov 26, 2014 |
For some reason, I'm having trouble connecting to my mySQL server. I keep getting this error : " Unable to get connection, DataSource invalid: "java.sql.SQLException: Access denied for user 'cs320stu30'@'localhost' (using password: YES)" |
cysun
Posts: 2935
|
Posted 16:05 Nov 26, 2014 |
It's an Access Denied error, so check if you have a user cs320stu30 and whether the password is correct. |