当前位置:网站首页>Can Linux install sqlserver
Can Linux install sqlserver
2022-07-27 07:46:00 【Yisu cloud】
linux Can I install sqlserver
This article “linux Can I install sqlserver” Most people don't quite understand the knowledge points of the article , So I made up the following summary for you , Detailed content , The steps are clear , It has certain reference value , I hope you can gain something after reading this article , Let's take a look at this article “linux Can I install sqlserver” Article bar .
linux Can be installed sqlserver;sqlserver By Microsoft Development and promotion of relational database management system , Can be in “Red Hat Enterprise Linux (RHEL)”、“SUSE Linux Enterprise Server (SLES) ” and Ubuntu Supported on , You can use “yum install -y mssql-server” Installation .
The operating environment of this tutorial :linux7.3 System 、Dell G3 The computer .
linux Can be installed sqlserver
SQL Server stay Red Hat Enterprise Linux (RHEL)、SUSE Linux Enterprise Server (SLES) and Ubuntu Supported on . Besides , It can also be used as Docker The image provides , Can be found in Linux Upper Docker Engine or for Windows/Mac Of Docker Up operation .
SQL Server Yes Linux Have the following system requirements :

If you use a network file system in production (NFS) Remote sharing , Please note the following support requirements :
Use NFS edition 4.2 Or later . An earlier version of NFS It does not support the necessary functions commonly used in modern file systems , for example fallocate And sparse file creation .
Only in NFS Find on Mount /var/opt/mssql Catalog . Other files are not supported , for example SQL Server System binaries .
When installing remote sharing , Please make sure NFS Client side usage “nolock” Options .
Examples are as follows :
Start installation SQLserver( With 2017 Example )
1、 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
2、 Run the following command , install SQL Server:
yum install -y mssql-server
If you run this command and report an error, it is an environmental problem , Don't pretend
3、 After the installation of the operation package is completed mssql-conf Install and follow the instructions step by step .
/opt/mssql/bin/mssql-conf setup
4、 choice SQL Server Version of , We choose according to our own needs
Evaluation ( free , No production license ,180 Day limit )
Developer ( free , No production license )
Express ( free )
Web ( Paid version )
Standard ( Paid version )
Enterprise ( Paid version )
Enterprise Core ( Paid version )
I bought the license through the retail channel and have the product key to enter .
5、 Agree to license terms
6、 Choice language
7、 Set up SA Account password ( least 8 Characters , Including upper and lower case letters 、 Decimal numbers and / Or non alphanumeric symbol )
At the end of the installation , The system will prompt as follows :
Configuring SQL Server...
Created symlink from /etc/systemd/system/multi-user.target.wants/mssql-server.service to /usr/lib/systemd/system/mssql-server.service.
Setup has completed successfully .SQL Server Starting .
Verify that the service is running :
systemctl status mssql-server
If the operation result is as above ( It's normally green ) The service is running normally .
If you want to allow remote connections , You have to open the... On the firewall SQL Server port
firewall-cmd --zone=public --add-port=1433/tcp --permanent
Restart the
firewall-cmd --reload
That's about “linux Can I install sqlserver” The content of this article , I believe we all have a certain understanding , I hope the content shared by Xiaobian will be helpful to you , If you want to know more about it , Please pay attention to the Yisu cloud industry information channel .
边栏推荐
猜你喜欢

【万字长文】吃透负载均衡,和阿里大牛的技术面谈

Prior Attention Enhanced Convolutional Neural Network Based Automatic Segmentation of Organs at Risk

Expose Prometheus metrics in Perl programs

Plato Farm有望通过Elephant Swap,进一步向外拓展生态

C#委托的使用案例

C# 中的转译字符'/b'

MySQL backup strategy

DEMO SUBMIT 某程序并获取该程序ALV数据

10000 word parsing MySQL index principle -- InnoDB index structure and reading

Top ten interview questions for software testing (with answers and analysis)
随机推荐
Pg_ relation_ Size question
HU相关配置
IDEA中文乱码怎么办
Redisson 3.17.5 发布,官方推荐的 Redis 客户端
opengl-shader学习笔记:varying变量
Debug:与泛型有关的“无法解析的外部符号”
ARP broadcasting practice cases
shell循环练习
User unlock sm04 sm12
DASCTF2022.07赋能赛密码wp
glGetUniformLocation,glUniform4f
【QT】capture. Obj:-1: error: lnk2019: unresolved external symbols__ imp_ Htons (solution)
Flink de duplication (I) summary of common de duplication schemes in Flink and Flink SQL
Regular expression foundation sorting
【Golang】golang开发微信公众号网页授权功能
【已解决】单点登录成功SSO转发,转发URL中带参数导致报错There was an unexpected error (type=Internal Server Error, status=500)
Do me a favor ~ don't pay attention, don't log in, a questionnaire in less than a minute
Expose Prometheus metrics in Perl programs
防止Cookie修改id欺骗登录
Confluence vulnerability learning - cve-2021-26084/85, cve-2022-26134 vulnerability recurrence