Joined
Last Seen
0 Reputation Points
60% Quality Score
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
0 Endorsements
Ranked #55.0K
~2K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Databases x 3
Favorite Tags
3 Posted Topics
Re: Mdf file data
It is possible that the database no longer exists or is part of a database mirror. To avoid the error log on as a user who can modify logins. Then, change the user's default database to a database that is currently available for a connection. If it useless try this application MDF …
https://www.sitepoint.com/community/t/opening-and-closing-mysql-connections/210275
Some things that can be wrong 1) That user doesn't exist 2) the username is wrong 3) the password is wrong 4) User exists but doesn't have access to that database If you have direct access to the database you can check all of those out.
The End.