You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xiconfjs fa73b11a85
upload check_mysql_server_version
3 months ago
LICENSE Initial commit 3 months ago
README.md Update README.md 3 months ago
check_mysql_server_version upload check_mysql_server_version 3 months ago

README.md

check_mysql_server_version

Simple script to return the version of mysql server without logging in

The script initializes a tcp connection to the mysql server and waiting for a initial response which usually contains the version number. This is useful, if you don't have login credentials for a mysql instance but want to check for the version in use.

usage

./check_mysql_server_version <host> <port>

This should return the version number.

notes

Warning: ANY USE OF THE SOFTWARE IS ENTIRELY AT YOUR OWN RISK