Created
March 10, 2022 11:21
-
-
Save iamwildtuna/ee92a621729484cc3952134c3e62f6c5 to your computer and use it in GitHub Desktop.
wildtuna-zen-article1
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
# bash | |
// Порт 3306 доступен и его слушает MySQL 5.5.62, установленный на ОС Debian 8 | |
telnet testmysql.domain.com 3306 | |
Trying 10.80.80.1... | |
Connected to testmysql.domain.com. | |
Escape character is '^]'. | |
W | |
5.5.62-0+deb8u1-log | |
// Для выхода из окна отправки команд на порт нужно ввести quit или сочетание клавиш ctrl/cmd + C | |
// Нет разрешения на подключение (Firewall) или порт никто не слушает) | |
telnet testmysql.domain.com 3307 | |
Trying 10.80.80.1... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment