Bug #67720 Configuration
Submitted: 27 Nov 2012 4:34 Modified: 27 Nov 2012 16:50
Reporter: Pratheepan Raveendran Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Server: Config Wizard Severity:S2 (Serious)
Version:5.5.28.3 OS:Windows (Windows 7 64bit)
Assigned to: CPU Architecture:Any

[27 Nov 2012 4:34] Pratheepan Raveendran
Description:
I tried everything I could, I ran the my.ini file as you mentioned. This what i m getting. Could you help me out pls

C:\Program Files\MySQL\MySQL Server 5.5\bin>mysqld --default-file="C:\ProgramDa
a\MySQL\MySQL Server 5.5"  --standalone --console
110719 18:45:54 [Note] Plugin 'FEDERATED' is disabled.
110719 18:45:54 InnoDB: The InnoDB memory heap is disabled
110719 18:45:54 InnoDB: Mutexes and rw_locks use Windows interlocked functions
110719 18:45:54 InnoDB: Compressed tables use zlib 1.2.3
110719 18:45:55 InnoDB: Initializing buffer pool, size = 17.0M
110719 18:45:55 InnoDB: Completed initialization of buffer pool
110719 18:45:55  InnoDB: Operating system error number 32 in a file operation.
InnoDB: The error means that another program is using InnoDB's files.
InnoDB: This might be a backup or antivirus software or another instance
InnoDB: of MySQL. Please close it to get rid of this error.
110719 18:46:05  InnoDB: Operating system error number 32 in a file operation.
InnoDB: The error means that another program is using InnoDB's files.
InnoDB: This might be a backup or antivirus software or another instance
InnoDB: of MySQL. Please close it to get rid of this error.
110719 18:46:15  InnoDB: Operating system error number 32 in a file operation.
InnoDB: The error means that another program is using InnoDB's files.
InnoDB: This might be a backup or antivirus software or another instance
InnoDB: of MySQL. Please close it to get rid of this error.
110719 18:46:25  InnoDB: Operating system error number 32 in a file operation.
InnoDB: The error means that another program is using InnoDB's files.
InnoDB: This might be a backup or antivirus software or another instance
InnoDB: of MySQL. Please close it to get rid of this error.
110719 18:46:35  InnoDB: Operating system error number 32 in a file operation.
InnoDB: The error means that another program is using InnoDB's files.
InnoDB: This might be a backup or antivirus software or another instance
InnoDB: of MySQL. Please close it to get rid of this error.
110719 18:46:40 [Warning] CTRL-C ignored during startup
110719 18:46:45  InnoDB: Operating system error number 32 in a file operation.
InnoDB: The error means that another program is using InnoDB's files.
InnoDB: This might be a backup or antivirus software or another instance
InnoDB: of MySQL. Please close it to get rid of this error.
110719 18:46:55  InnoDB: Operating system error number 32 in a file operation.
InnoDB: The error means that another program is using InnoDB's files.
InnoDB: This might be a backup or antivirus software or another instance
InnoDB: of MySQL. Please close it to get rid of this error.
110719 18:47:05  InnoDB: Operating system error number 32 in a file operation.
InnoDB: The error means that another program is using InnoDB's files.
InnoDB: This might be a backup or antivirus software or another instance
InnoDB: of MySQL. Please close it to get rid of this error.
110719 18:47:15  InnoDB: Operating system error number 32 in a file operation.
InnoDB: The error means that another program is using InnoDB's files.

How to repeat:
dont know
[27 Nov 2012 13:43] MySQL Verification Team
The below command is wrong:

C:\Program Files\MySQL\MySQL Server 5.5\bin>mysqld --default-file="C:\ProgramDa
a\MySQL\MySQL Server 5.5"  --standalone --console

the --defaults-file is pointing to a directory missed the my.ini file:

"C:\ProgramDaa\MySQL\MySQL Server 5.5\my.ini"  also C:\ProgramDaa ?
[27 Nov 2012 14:59] Pratheepan Raveendran
I tried this and again didnt work. Having tried 2 days intalling it didnt get configured. Then I installed 5.1.65 this works absolutely fine.

So I guess there is something wrong in 5.5.28 version.
Anyway thanks for your help
[27 Nov 2012 16:50] MySQL Verification Team
Thank you for the feedback.