I had a mySQL DB up and running, but it has suddenly stopped working. I am unable to start the DB at all, even trying several methods. It is a localhost connection, and I have tried starting it from the command line (mysql\bin\mysqld), NET START mysql, from the MS Services window, etc... I even tried removing it and reinstalling it.
When I try to start it from the command line, it just hangs for a min or so then returns me to the prompt. When I try to use one of the mySQL debugger functions like --log or --console it hangs indefinitely, and thus the log files (even trace files) haven't been particularly helpful. I did check with -V to make sure it was installed with debugger, and it was.
When I try to start it from the Services window, I get an error that says %1 is not a valid system32 application. I looked this up, and a few sources suggested looking at the regKEY for this, but they look fine to me.
Any suggestions? I'm pretty much stuck at this point. Thanks!