[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ale] Slightly OT: Problems with MySQL?



> I know this is sorta OT but I'm looking to see if
> MySQL has something like SQL Profiler/Analyzer in
> MSSQL.  In particular, I want to be able to see
> queries as they happen for troubleshooting/debugging
> purposses.  Any ideas?

mysqladmin will show you running processes - mysqladmin processlist

Regards,
--George