I'm trying to run a delete and it's taking forever.
I usually work with SQL Server and can do an sp_who to determine if a spid is increasing in CPU and memory. It also tells me if something is being blocked.
How would I do that within MYSQL and using no 3rd party tools?
Thanks in advance
I usually work with SQL Server and can do an sp_who to determine if a spid is increasing in CPU and memory. It also tells me if something is being blocked.
How would I do that within MYSQL and using no 3rd party tools?
Thanks in advance
Comment