Last active
April 6, 2016 12:50
-
-
Save JDFagan/e7d3335c94a03c9d5b3d0831803d2f66 to your computer and use it in GitHub Desktop.
Install FreeTDS, iODBC
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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