From ed8e2b9e9ed67097d4fdc7913df1c6cd2d96d3f7 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Fri, 12 Mar 2021 18:12:41 +0100 Subject: Some more articles reformatting --- content/blog/miscellaneous/mssql-centos-7.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'content/blog/miscellaneous/mssql-centos-7.md') diff --git a/content/blog/miscellaneous/mssql-centos-7.md b/content/blog/miscellaneous/mssql-centos-7.md index 019f442..8ba44e6 100644 --- a/content/blog/miscellaneous/mssql-centos-7.md +++ b/content/blog/miscellaneous/mssql-centos-7.md @@ -1,11 +1,20 @@ --- title: "Installing mssql on centos 7" -linkTitle: "Installing mssql on centos 7" date: 2019-07-09 -description: > - Installing mssql on centos 7 +description: How to install mssql on centos 7 +tags: + - Centos + - rhel + - toolbox --- +## Disclaimer + +I had to do this in order to help a friend, I do not think I would ever willingly put mssql in production unless I went crazy. + +## Procedure + +Here is how to setup mssql on a fresh centos 7 {{< highlight sh >}} vi /etc/sysconfig/network-scripts/ifcfg-eth0 vi /etc/resolv.conf @@ -26,4 +35,3 @@ rm -f /etc/localtime ln -s /usr/share/zoneinfo/Europe/Paris /etc/localtime /opt/mssql-tools/bin/sqlcmd -S localhost -U SA -p {{< /highlight >}} - -- cgit v1.2.3