Created
March 10, 2022 11:24
-
-
Save iamwildtuna/f67b498bb57602bbc64aabf4f25b07f2 to your computer and use it in GitHub Desktop.
wildtuna-zen-article1-1
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
nc testmysql.domain.com 3306 | |
W | |
5.5.62-0+deb8u1-log��sU/({V{)��!�X^OS2@+UIQ9hmysql_native_password | |
// -z - Не посылать данные (сканирование портов) | |
// -v - Дополнительная диагностика (verbose) | |
nc -z -v testmysql.domain.com 3306 | |
Connection to testmysql.domain.com port 3306 [tcp/mysql] succeeded! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment