I'm trying to connect to a SQL server from a machine with OS X , Capitan through FreeTDS > I made the installation with brew uninstall freetds
, I made the changes in my file /usr/local/Cellar/freetds/1.00.24/etc/freetds.conf
and until now I get the following error:
Error 20009 (severity 9): Unable to connect: Adaptive Server is unavailable or does not exist OS error 60, "Operation timed out".
There was a problem connecting to the server.
Then, after executing tsql -C
, I got the following result:
Compile-time settings (established with the "configure" script)
Version: freetds v0.91
freetds.conf directory: / usr / local / php5 / etc
MS db-lib source compatibility: yes
Sybase binary compatibility: no
Thread safety: yes
iconv library: yes
TDS version: 5.0
iODBC: no
unixodbc: no
SSPI "trusted" logins: no
Kerberos: no
And I realized that I had two files freetds.conf
. I want to uninstall FreeTDS and reinstall it, I already ran brew uninstall freetds
and deleted all freetds.conf
files, but I still get the same answer when executing tsql -C
.
I do not know if I have anything to do with the pdo_lib library installed.