Home > Operation and Maintenance > Linux Operation and Maintenance > How to install SQLServer2019 under Linux

How to install SQLServer2019 under Linux

WBOY
Release: 2023-05-21 10:55:05
forward
1866 people have browsed it

Install SQL Server

Download the SQL Server 2019 (15.x) Red Hat repository configuration file:

sudo curl -o /etc/yum.repos.d/mssql-server.repo https://packages.microsoft.com/config/rhel/7/mssql-server-2019.repo
Copy after login

Run the following command to install SQL Server:

sudo yum install -y mssql-server
Copy after login

See the following prompt to prove that the installation is successful

How to install SQLServer2019 under Linux

Note: If the server cannot be connected to the Internet and use yum normally, you can download the rpm package for offline installation

Download address: https ://packages.microsoft.com/rhel/7/mssql-server-2019/

How to install SQLServer2019 under Linux

Upload the rpm package to the server and install it

sudo rpm -ivh mssql-server-15.0.4249.2-1.x86_64.rpm
Copy after login

The above is the detailed content of How to install SQLServer2019 under Linux. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:yisu.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template