Update README.md

This commit is contained in:
xiconfjs 2022-12-30 15:00:34 +01:00 committed by GitHub
parent f3f7e6ad1a
commit 1c6c5b264b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 1 deletions

View File

@ -1 +1,12 @@
# check_mysql_server_version
# 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**