DB related Commands
Table of contents
Manually connect to MSSQL databases with credentials
apt-get install sqsh freetds-bin freetds-common freetds-dev[TargetServer]
host = 192.168.1.10
port = 1433
tds version = 8.0 # to chose correct tds: http://www.freetds.org/userguide/choosingtdsprotocol.htm\set username=sa
\set password=password
\set style=vertManually connect to MSSQL databases with credentials - Alternative
Manually connect to mysql:
Manually connect to Oracle DB:
Manually connect to most databases
Last updated
Was this helpful?