Bug #6124 WinMySQLAdmin.exe can't shutdown MySQL Server at Windows 98 SE
Submitted: 16 Oct 2004 4:38 Modified: 2 Nov 2004 16:39
Reporter: Poh Chuan Sim Email Updates:
Status: Won't fix Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:4.1.5 OS:Windows (Windows 98 SE)
Assigned to: CPU Architecture:Any

[16 Oct 2004 4:38] Poh Chuan Sim
Description:
Can't shutdown mysqld propperly under Windows 98 when using WinMySQLAdmin.exe.
and will show the following error message:
  Error on Shutdown:
  This version of MySQL doesn't yet support 'this shutdown level'
and also show the "Access violation".

How to repeat:
Step1:
Run the WinMySQLAdmin.exe at \mysql\bin\

Step2:
Click the Icon of WinMySQLAdmin.exe at taskbar. 
Select the "Win 9x".
Click "Shut down the server"
[16 Oct 2004 4:41] Poh Chuan Sim
The Error Message

Attachment: winmysqladmin-error1.jpg (image/pjpeg, text), 9.43 KiB.

[16 Oct 2004 4:42] Poh Chuan Sim
The icon of WinMySQLAdmin.exe at Taskbar

Attachment: taskbar1.jpg (image/pjpeg, text), 3.01 KiB.

[17 Oct 2004 1:16] MySQL Verification Team
Thank you for the bug report.
[20 Oct 2004 18:57] Sergei Golubchik
The problem is that winmysqladmin is an old application, built against old API.
So, you have to keep a copy of the old libmysql.dll for winmysqladmin to work.
Just put them into one directory (but don't put new MySQL clients into it, as they need new libmysql.dll).

Please, reopen this bugreport if the above won't help.
[2 Nov 2004 16:39] Guilhem Bichot
By the way, WinMySQLAdmin will soon be deprecated. We have developed a more feature-rich replacement for it, MySQL Administrator:
http://dev.mysql.com/doc/administrator/en/index.html
which has this more, compared to WinMySQLAdmin:
*) Setup Server Instances,
*) Edit config file with GUI interface
*) User Administration
*) Server Connection Monitoring
*) Health Status
*) Log file browsing/filtering
*) Backup/Restore functionality
*) Catalog browsing, Table creation with TableEditor
*) Table Maintenance (check/fix)
*) interaction with MySQL Query Browser to query the database
and it includes a small program, "MySQL System Tray Monitor" which
places itself beside the clock in the Windows statusbar and displays
the server status and the machine's workload.
MySQL Administrator runs on 32-bit Windows NT based operating systems, including Windows NT, 2000, XP, and 2003; so unfortunately, not on Windows 98.
In your case, the only fix is what Sergei suggested: using the old DLL.