You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this quickstart, you install SQL Server 2019 on Red Hat Enterprise Linux (RHEL) 8. You then connect with **sqlcmd** to create your first database and run queries.
27
+
In this quickstart, you install SQL Server 2019 on Red Hat Enterprise Linux (RHEL) 7/8. You then connect with **sqlcmd** to create your first database and run queries.
28
28
29
29
::: moniker-end
30
30
@@ -71,19 +71,30 @@ For other system requirements, see [System requirements for SQL Server on Linux]
71
71
> ```
72
72
> For more information, see the following blog on installing python2 and configuring it as the default interpreter: https://www.redhat.com/en/blog/installing-microsoft-sql-server-red-hat-enterprise-linux-8-beta.
73
73
>
74
-
> If you are using RHEL 7, change the path below to `/rhel/7` instead of `/rhel/8`.
75
74
76
75
To configure SQL Server on RHEL, run the following commands in a terminal to install the **mssql-server** package:
77
76
78
77
1. Download the Microsoft SQL Server 2017 Red Hat repository configuration file:
> If you want to install SQL Server 2019 , you must instead register the SQL Server 2019 repository. Use the following command for SQL Server 2019 installations:
@@ -140,12 +151,17 @@ At this point, SQL Server is running on your RHEL machine and is ready to use!
140
151
> ```
141
152
> For more information about these steps, see the following blog on installing python2 and configuring it as the default interpreter: https://www.redhat.com/en/blog/installing-microsoft-sql-server-red-hat-enterprise-linux-8-beta.
142
153
>
143
-
> If you are using RHEL 7, change the path below to `/rhel/7` instead of `/rhel/8`.
144
154
145
155
To configure SQL Server on RHEL, run the following commands in a terminal to install the **mssql-server** package:
146
156
147
157
1. Download the Microsoft SQL Server 2019 Red Hat repository configuration file:
0 commit comments