docs(mysql): SHOW PROCESSLIST

This commit is contained in:
Julien Le Coupanec 2020-07-03 14:29:06 +02:00
parent b8e818c1a4
commit 4d9adef433
1 changed files with 2 additions and 0 deletions

View File

@ -4,3 +4,5 @@
mysqldump -h hostname -u username -p database_name -P port > file.sql # Export database
mysql -u username -p database_name < file.sql # Import database
SHOW PROCESSLIST; # Show you any queries that are currently running or in the queue to run