Access violation at address 10002593 in Module 'LIBMYSQL.dll'
Repeating the ErrorStart WinMySQLAdmin with the xampp and you should get the error again.
Solution
1. Open WinMySQlAdmin
2. Click on the my.ini Setup tab
3. Change the following entries
user=root
password=password
to
user=
password=
Another simple solution is to locate my.ini in your windows directory and make the below changes:
user=root
password=password
to
user=root
password=
This should resolve the error. If not, let me know and I will try my best to get you another solution. :)
5 comments:
Hey man. I have the same issue in the MySQL version in XAMPP LocalHost. The same error shows up but the main WinMySQLAdmin window disappears and I'm left with these error messages. The window is only there for a fraction of a second that I can't go the my.ini tab and edit the username and password values. Thanks in advance!
Locate the my.ini file in your windows directory and change the settings. You should be able to resolve the error.
Check your windows folder for the my.ini file. In that file you should double check your username and password. I was using Vista x64 and this solved my problem! The mysql admin window would just keep closing on me, but I had forgot that I changed the password manualy by prompt after I just installed. Hope this helps!
i try this way and it still have the same problem show up. Do i need to uninstall and install it again? My OS is vista and i don't know how to handle that problem??
It shows access denied
Post a Comment