Created
October 24, 2022 12:09
-
-
Save ratulcse10/05adf536952ea3e21a545f94f83d39e7 to your computer and use it in GitHub Desktop.
search mysql check
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lsof -i tcp:3306 | |
kill -9 PID |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment