Bug #48401 | InnoDb module fails to run MySql as service | ||
---|---|---|---|
Submitted: | 29 Oct 2009 9:37 | Modified: | 31 Oct 2009 14:56 |
Reporter: | Grigory Mazkevich | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Windows | Severity: | S2 (Serious) |
Version: | 5.1.40 | OS: | Windows (XP SP3) |
Assigned to: | CPU Architecture: | Any | |
Tags: | innodb, mysql service |
[29 Oct 2009 9:37]
Grigory Mazkevich
[29 Oct 2009 9:44]
Valeriy Kravchuk
So, it starts properly when mysqld ... command is used, but does not start as a service? Please, check service startup command line in the registry. Maybe it refers to some wrong my.ini location.
[29 Oct 2009 10:02]
Grigory Mazkevich
Registry path is "c:\Program Files\MySQL\MySQL Server 5.1\bin\mysqld" --defaults-file="c:\Program Files\MySQL\MySQL Server 5.1\my.ini" MySQL Command line from registry is almost the same as in console.
[29 Oct 2009 10:07]
Valeriy Kravchuk
And what are the results of: net start MySQL then, without any other mysqld running? Send also the results of: netstat -a
[29 Oct 2009 10:32]
Valeriy Kravchuk
Please, upload also your my.ini file content.
[29 Oct 2009 10:35]
Grigory Mazkevich
MySQL ini
Attachment: my.ini (application/octet-stream, text), 8.76 KiB.
[31 Oct 2009 14:56]
Grigory Mazkevich
Hello guys, I found the issue roots. It was %TEMP% == %TMP% == "C:\Temp" for the SYSTEM account. I don't know which software has changed it, but this folder is not exists. I have fixed environment and MySQL is working again as a Windows service.