My SQL would not accept my username and password

Status
Not open for further replies.

dvillarjr

New Member
Messages
7
Reaction score
0
Points
0
I have made a database program that access my Mysql database hosted in x10hosting... yesterday I had this program working perfectly already... I'm pretty sure I had the right username and password because I had hardcoded the connection string that I have used... NOW, when I tried the program again... It displayed an error on my connection: error 1045: Invalid username/ password. Why is that? And a while ago. I could not open the x10hosting.com site... Help please.
 

DefecTalisman

Community Advocate
Community Support
Messages
4,148
Reaction score
5
Points
38
The reason the forums and hosting pages went down is because skyy locked up and had to be rebooted. Are the problems you stated still an issue ?
 

dvillarjr

New Member
Messages
7
Reaction score
0
Points
0
yes, up until now... I still could not connect to my database... same error(1045)... also tried creating a new user account for that same database... still has the same response.
 

kajasweb

New Member
Messages
1,723
Reaction score
0
Points
0
- Check the MySQL Username & Password.
- Check whether your MySQL User is given necessary permissions on that database.

If problem persists, try
- Deleting all the MySQL Users. Re-create it and add it to your DB with proper permissions.
 
Status
Not open for further replies.
Top