当前位置:网站首页>CentOS 7 installing SQL server2017 (Linux)
CentOS 7 installing SQL server2017 (Linux)
2022-06-24 17:15:00 【TX-QGS】
# download Microsoft SQL Server Red Hat Repository profiles curl -o /etc/yum.repos.d/mssql-server.repo https://packages.microsoft.com/config/rhel/7/mssql-server-2017.repo # install SQL Server yum install -y mssql-server
# choice SQL Server A version of : 1) Evaluation ( free , No production license ,180 Day limit ) 2) Developer ( free , No production license ) 3) Express ( free ) 4) Web ( Paid version ) 5) Standard ( Paid version ) 6) Enterprise ( Paid version ) 7) Enterprise Core ( Paid version ) 8) I bought the license through the retail channel and have the product key to enter . /opt/mssql/bin/mssql-conf setup
I chose 2-> Consent clause -> Choose the language you need
# To verify whether the service is started systemctl status mssql-server ps -ef | grep mssql
# Download client tools curl https://packages.microsoft.com/config/rhel/7/prod.repo > /etc/yum.repos.d/msprod.repo
yum install -y mssql-tools
# Turn off firewall sed -i 's/SELINUX=enforcing/SELINUX=disabled/' /etc/selinux/config systemctl disable --now firewalld or # Remote connection SQL Server, Turn on the... On the firewall SQL Server port , The default port is 1433 firewall-cmd --zone=public --add-port=1433/tcp --permanent firewall-cmd --reload
# install SQL Server client , Download source curl -o /etc/yum.repos.d/mssql-server.repo https://packages.microsoft.com/config/centos/7/prod.repo # Download client yum install mssql-cli -y mssql-cli -S Host name -U SA -P ' password '
Test whether it can be externally connected SQL server database
# View port usage netstat -tnlp
边栏推荐
- The RTSP video structured intelligent analysis platform easynvr stops calling the PTZ interface through the onvif protocol to troubleshoot the pending status
- How to get the response body content in gin?
- Abstract factory pattern
- IBM: supporting AI and enterprise digital reshaping in the cloud era with modern architecture
- 重新定义存储架构,华为用了不止5颗“芯”
- Let ups "Impressionist users" re understand reliability
- A solution for building live video based on open source real-time audio and video webrtc architecture
- 跟着Vam一起学习Typescript(第一期)
- Example description and case of ansible playbook automated cluster server management
- In those years, I insisted on learning the motivation of programming
猜你喜欢

Daily algorithm & interview questions, 28 days of special training in large factories - the 15th day (string)
![[leetcode108] convert an ordered array into a binary search tree (medium order traversal)](/img/e1/0fac59a531040d74fd7531e2840eb5.jpg)
[leetcode108] convert an ordered array into a binary search tree (medium order traversal)

MySQL learning -- table structure of SQL test questions

Why do you develop middleware when you are young? "You can choose your own way"
随机推荐
04. Tencent cloud IOT device side learning - network connection and device authentication
One article combs multi task learning (mmoe/ple/dupn/essm, etc.)
Go kit microservice integrates Promtheus to solve monitoring alarm problems
究竟有哪些劵商推荐?现在网上开户安全么?
[leetcode108] convert an ordered array into a binary search tree (medium order traversal)
FPGA systematic learning notes serialization_ Day9 [serial port printing of PS terminal of Xilinx zynq7000 series]
API documents are simple and beautiful. It only needs three steps to open
test
Low education without food? As an old Android rookie in the past six years, I was the most difficult one
Building a cross public chain platform to solve DAPP development problems
Coding enhances security vulnerability scanning capability and helps the team "move left safely"
Daily algorithm & interview questions, 28 days of special training in large factories - the 15th day (string)
Construction scheme of campus network clock system (standardized examination room)
Swift array map/flatmap/compactmap/filter/reduce/chaining Usage Summary
[the activity is over, and the list of winners is announced] in March, techo youth university open class demo practice
A comprehensive understanding of fiber to home FTTH and optical splitter
Management system permission design
Today, Tencent safety and SAIC Group officially announced!
[version upgrade] Tencent cloud firewall version 2.1.0 was officially released!
Clickhouse high performance column storage core principle