When you install WinMySQLAdmin with MySQL and start WinMySQLAdmin you end with this error. Every time you start the control application you get a warning which is repeated until WinMySQLAdmin is shut down.
Access violation at address 10002593 in Module 'LIBMYSQL.dll'
Repeating the Error
Start 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. :)
Monday, 10 January 2011
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment