The image verification code you entered is incorrect.

MySQL Administrator Access Violation under Windows

When you select "Startup Variables" in the free "MySQL Administrator" you receive the error: "Access violation..."
Quickly looking into this, it looks like MySQL Administrator can not find the my.ini configuration file.

Solution:
Editing the "MySQL service" registry settings at:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MySQL

Modify the ImagePath entry to include the location of your configuration file like:
"E:\Program Files\mysql40\bin\mysqld-opt.exe" --defaults-file="C:\WINDOWS\my.ini" "MySql"
(please replace according to your particular program/file locations)

FYI my old entry looked like this:
"E:\Program Files\mysql40\bin\mysqld-opt.exe" MySQL


Reply

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
More information about formatting options Captcha Image: you will need to recognize the text in it.
Please type in the letters/numbers that are shown in the image above.