Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Linux installs SQL Server 2017

2025-03-29 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

Be forced to be helpless. I need to install SQL Server... under Linux The school should learn SQL Server....

Never install this tumor on your Windows, even if you uninstall it, it will contaminate the registry.

At this time, the almighty VMware Workstations Pro came on stage!

(1) install server # installation tool yum install net-toolsyum install yum-utils# add on-line source yum-config-manager-- add https://packages.microsoft.com/rhel/7/mssql-server-2017/# remember to add gpgcheck=0 to the repo file to cancel authentication check # rebuild cache to see if the software package yum clean all & & yum repolist all# installation server yum install-y mssql-server# configuration server is detected, and select the Developer version For free, the function is complete, but it cannot be used for production / opt/mssql/bin/mssql-conf setup# to check the status. After the default configuration is completed, you will start systemctl status mssql-server# settings and boot systemctl enable mssql-server# to check the port status netstat-tunlap. | grep 1433 (II) use Navicat

Download the latest flagship Navicat full language version

Link: https://pan.baidu.com/s/1ec_ZiM1h3FZ7abOnyLgIQA extraction code: hixy

Connect

(2) using SQL Server Management Studio integrated environment

Download: https://docs.microsoft.com/zh-cn/sql/ssms/download-sql-server-management-studio-ssms?view=sql-server-2017

Installation: double-click directly to force installation to the system disk.

The installation is completed as follows:

Connect

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 212

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report