Oh boy is my face red. I had put in "TABLES" instead of "TABLE" and got this error:
Code:
[ERROR] Wrong option to log-output. Option(s) given: TABLES
Alternatives are: 'NONE','FILE','TABLE'
The good news is finally I found something I could debug on my own!
One question about this, after I put the command "/usr/sbin/mysqld" in, it gives a couple warnings:
Code:
120116 11:20:08 [Warning] option 'thread_stack': unsigned value 65536 adjusted t o 131072
120116 11:20:09 [Warning] Although a path was specified for the --log_slow_queri es option, log tables are used. To enable logging to files use the --log-output= file option.
And then just hangs in PuTTY for me. I have to actually close the window and start PuTTY up again. MySQL does start mind you so it's mostly just an annoyance for me.