您好,登錄后才能下訂單哦!
這篇文章主要介紹在Linux 7上如何通過官方Repo在線安裝SQL Server 2017,文中介紹的非常詳細,具有一定的參考價值,感興趣的小伙伴們一定要看完!
#vgdispaly的Total PE
1.下載SQL Server Red Hat Repository配置文件:
curl -o /etc/yum.repos.d/mssql-server.repo https://packages.microsoft.com/config/rhel/7/mssql-server-2017.repo
2.安裝SQL Server實例
yum install -y mssql-server
3.運行mssql-conf setup按照提示配置,選擇版本、設置SA密碼。
/opt/mssql/bin/mssql-conf setup
4.驗證服務是否正常運行:
systemctl status mssql-server
5.禁用firewalld
systemctl status firewalld systemctl stop firewalld systemctl disable firewalld
6.禁用selinux
getenforce setenforce 0 vi /etc/sysconfig/selinux
修改SELINUX值為disabled
若要創建數據庫時,需要使用一種工具,可以在 SQL Server 上運行的 Transact SQL 語句進行連接。 以下是 SQL Server 命令行工具: sqlcmd和bcp。
1.下載Red Hat Repo配置文件。
curl -o /etc/yum.repos.d/msprod.repo https://packages.microsoft.com/config/rhel/7/prod.repo
2.卸載舊版的unixODBC包。
yum remove unixODBC-utf16 unixODBC-utf16-devel
3.安裝命令行工具
yum install -y mssql-tools unixODBC-devel
4.將/opt/mssql-tools/bin/添加到PATH環境變量。
echo 'export PATH="$PATH:/opt/mssql-tools/bin"' >> ~/.bash_profile echo 'export PATH="$PATH:/opt/mssql-tools/bin"' >> ~/.bashrc source ~/.bashrc
以上是“在Linux 7上如何通過官方Repo在線安裝SQL Server 2017”這篇文章的所有內容,感謝各位的閱讀!希望分享的內容對大家有幫助,更多相關知識,歡迎關注億速云行業資訊頻道!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。