Page 1 of 1

Access Violation in "LIBMYSQL.dll"

PostPosted: 29. December 2008 15:48
by planetkno
I have a windows xp box and installed XAMPP. Everything seems fine, but I get this violation after i boot my computer or when I click on Admin for MySql in the XAMPP control panel application. The only way I can stop the message from popping up is to open task manager and delete it.

WinMySQL Admin 1.4

Access violation at address 1000A1F7 in module "LIBMYSQL.dll" read of address 00000000

I have not done much to since to set up the environment. Just added passwords to MySql and XAMPP.

I am tempted to reinstall but I would like to fix this though understanding, not brute force if possible.

Planetkno

Re: Access Violation in "LIBMYSQL.dll"

PostPosted: 29. December 2008 15:58
by Wiedmann
when I click on Admin for MySql in the XAMPP control panel application.

Don't use this button.

I get this violation after i boot my computer

Remove "WinMySQLAdmin" from your StartUp folder.

Re: Access Violation in "LIBMYSQL.dll"

PostPosted: 29. December 2008 16:19
by planetkno
Sorry for the redundant post.

Re: Access Violation in "LIBMYSQL.dll"

PostPosted: 01. January 2009 21:46
by spaarks
I had same problem with Access Violation.
I removed "WinMySQLAdmin" from the startup menu, but now get error "Mysql service not started".

Running winmysqladmin.exe from c:\xampp\mysql brings the admin window up but only for about 2 seconds.

I am using WinXP.

Re: Access Violation in "LIBMYSQL.dll"

PostPosted: 02. January 2009 00:40
by Sharley
Here is another possible solution related to passwords if there is no entry now in your startup folders.

Essentially you need to go to the my.ini setup in WinMySQLAdmin change the my.ini by removing the password.

1. Start WinMySQLAdmin
3. click the "my.ini setup" tab
4. find the line with the password
5. delete the second occurrence of "password" (after the "=" sign)
6. click save modifications

The error pop ups should stop.

BTW WinMySQLAdmin is deprecated and should not be used for any meaningful purpose - only a curiosity now and perhaps the link in the XAMPP CP should really be changed to a link to phpMyAdmin.

Use the preferred GUI phpMyAdmin instead for all things MySQL related or search these forums for a possible alternative from the MySQL web site.

http://community.apachefriends.org/f/viewtopic.php?p=129415#129415

Forum Search for Access Violation in "LIBMYSQL.dll"