View Single Post
  #8  
Old 06-07-2004, 08:57 AM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

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.
Reply With Quote