Skip to content

Instantly share code, notes, and snippets.

@iamwildtuna
Created March 10, 2022 11:21
Show Gist options
  • Save iamwildtuna/ee92a621729484cc3952134c3e62f6c5 to your computer and use it in GitHub Desktop.
Save iamwildtuna/ee92a621729484cc3952134c3e62f6c5 to your computer and use it in GitHub Desktop.
wildtuna-zen-article1
# 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