Skip to content

Instantly share code, notes, and snippets.

@JDFagan
Last active April 6, 2016 12:50
Show Gist options
  • Save JDFagan/e7d3335c94a03c9d5b3d0831803d2f66 to your computer and use it in GitHub Desktop.
Save JDFagan/e7d3335c94a03c9d5b3d0831803d2f66 to your computer and use it in GitHub Desktop.
Install FreeTDS, iODBC
Install ODBC Manager:
http://www.odbcmanager.net/
?? Not sure if below is needed
$ brew install libiodbc
Install the following libraries:
$ brew install freetds --enable-odbc-wide
FreeTDS should already work now, without configuration:
$ tsql -S [IP or hostname] -U [username] -P [password]
locale is "en_US.UTF-8"
locale charset is "UTF-8"
using default charset "UTF-8"
1> ^D
References:
https://dev.mysql.com/doc/workbench/en/wb-migration-database-mssql-drivers-linux.html
https://gist.github.com/Bouke/10454272
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment