📌  相关文章
📜  ('08001', '[08001] [Microsoft][ODBC Driver 17 for SQL Server]Client 无法建立连接 (0) (SQLDriverConnect)') - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:35.965000             🧑  作者: Mango

代码示例1
# make sure openssl 1.1 is installed under /usr/local/Cellar, or install it:
brew install openssl@1.1
# remove openssl links under /usr/local/opt:
cd /usr/local/opt
rm openssl
rm openssl@3
# create a new link to openssl under /usr/local/opt:
ln -s /usr/local/Cellar/openssl@1.1/1.1.1l_1 /usr/local/opt/openssl