Bug #3636 access violation on winmysqladmin.exe
Submitted: 3 May 2004 19:16 Modified: 4 Jun 2004 23:40
Reporter: Ariston Darmayuda Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Administrator Severity:S2 (Serious)
Version:All OS:Windows (Windows 2003 Server)
Assigned to: CPU Architecture:Any

[3 May 2004 19:16] Ariston Darmayuda
Description:
I've run All version of MySQL (from MySQL 3.x.x until 5.x.x) with WinMySQLAdmin.exe all version too. but always says :

"Acces Violation XXXX on WinMySQLAdmin.exe ...."

How can't i control MySQL without WinMySQLAdmin.exe, I Like GUI don't like manual mode ?

How to repeat:
Send feedback or send patch for WinMySQLAdmin.exe (include LibMySQL.dll) so i can run WinMySQLAdmin.exe on Windows 2003 server.

Suggested fix:
Run WinMySQLAdmin.exe normally like all version of windows before (like on Windows XP, Windows 98, etc).
[4 May 2004 23:40] MySQL Verification Team
The access violation showed by WinMySQLAdmin generally is due
for not find the TCP/IP stuff, could you please test the start
of the server opening a DOS prompt screen and issue into the
\mysql\bin directory the start command:

mysqld-nt --standalone --console

and let me know if the server sends some messages error.

Thanks
[14 Feb 2005 22:54] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
[22 Oct 2008 8:31] Mortimer Eulenburg
Hi all, first thanks to the developers for all their good work. Back to the described bug:

Installing and starting the actual xampp package for Windows i recieve the follwing error: acess violation at adress 10009FB0 in module LIBMYSQL.dll . Read of adress 00000000.

Server output as advised by the comment in 2004 is:

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Programme\xampp\mysql\bin>mysqld-nt --standalone --console
InnoDB: The first specified data file .\ibdata1 did not exist:
InnoDB: a new database to be created!
081022 10:16:08  InnoDB: Setting file .\ibdata1 size to 10 MB
InnoDB: Database physically writes the file full: wait...
081022 10:16:08  InnoDB: Log file .\ib_logfile0 did not exist: new to be created

InnoDB: Setting log file .\ib_logfile0 size to 5 MB
InnoDB: Database physically writes the file full: wait...
081022 10:16:09  InnoDB: Log file .\ib_logfile1 did not exist: new to be created

InnoDB: Setting log file .\ib_logfile1 size to 5 MB
InnoDB: Database physically writes the file full: wait...
InnoDB: Doublewrite buffer not found: creating new
InnoDB: Doublewrite buffer created
InnoDB: Creating foreign key constraint system tables
InnoDB: Foreign key constraint system tables created
081022 10:16:09  InnoDB: Started; log sequence number 0 0
081022 10:16:09 [Note] mysqld-nt: ready for connections.
Version: '5.0.67-community-nt'  socket: ''  port: 3306  MySQL Community Edition
(GPL)

Hope this helps - the error message shows up every few seconds new- sending my system into a slow freeze...