mirror of
https://github.com/namibia/awesome-cheatsheets.git
synced 2024-12-22 18:18:55 +00:00
docs(mysql): SHOW PROCESSLIST
This commit is contained in:
parent
b8e818c1a4
commit
4d9adef433
@ -4,3 +4,5 @@
|
|||||||
|
|
||||||
mysqldump -h hostname -u username -p database_name -P port > file.sql # Export database
|
mysqldump -h hostname -u username -p database_name -P port > file.sql # Export database
|
||||||
mysql -u username -p database_name < file.sql # Import 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
|
||||||
|
Loading…
Reference in New Issue
Block a user