What OS are you using?
BTW - winmysqladmin is no longer used as it is deprecated - use phpMyAdmin instead or the command line mysqladmin.
Quote:
Does anyone know, how to resolve this problem or disable the automatic start of mysqladmin
Some have has success by removing or commenting out this IPv6 item
::1 localhost
commented out
# ::1 localhost
from the
C:\Windows\system32\drivers\etc\hosts file, if it exists.
(
to edit this file simply drag it into your text editor)
Others have had success by configuring the installed firewall - check the search results below for more...
Auto-Start Issues:
Check in your Windows Services for those items that you want to disable and which are set to run as a service by right clicking the item and select
Properties then change the configuration to either
'Manual' or to
'Disabled' in the
Startup type: drop menu.
Windows Services:
Start>Administrative Tools>Services
or
Control Panel>Administrative Tools>Services
Also check the
Startup menu of your Windows User in:
C:\Documents and Settings\user_here\Start Menu\Programs\Startup
and here:
C:\Documents and Settings\All Users\Start Menu\Programs\Startup
for any progs. that will start at boot time and simply delete them from the directory.
You can also use
Start>Run...> Type
msconfig Click
OK
to bring up a handy
System Configuration Utility GUI to change startup configs.
Search Tip
There has also been several recent posts with this same issue and a search in the Forum:
XAMPP for Windows Category:
Apache Friends in English for the keyword
violation may return some results for you to ponder over.
