This may not help, but from looking around with google, you could try, from a command prompt:
C:\mysql\bin\mysqld --standalone --debug
You should get a debug trace in C:\mysqld.trace which might give you a clue as to what is going wrong ... or maybe not, but might be worth a try.
|