aboutsummaryrefslogtreecommitdiff
path: root/content/blog/miscellaneous/mssql-centos-7.md
diff options
context:
space:
mode:
authorJulien Dessaux2021-03-12 18:12:41 +0100
committerJulien Dessaux2021-03-12 18:13:45 +0100
commited8e2b9e9ed67097d4fdc7913df1c6cd2d96d3f7 (patch)
treecd93f66cd66f8ca6efe91882d8a46ca6b09bdc72 /content/blog/miscellaneous/mssql-centos-7.md
parentImproved home speech (diff)
downloadwww-ed8e2b9e9ed67097d4fdc7913df1c6cd2d96d3f7.tar.gz
www-ed8e2b9e9ed67097d4fdc7913df1c6cd2d96d3f7.tar.bz2
www-ed8e2b9e9ed67097d4fdc7913df1c6cd2d96d3f7.zip
Some more articles reformatting
Diffstat (limited to '')
-rw-r--r--content/blog/miscellaneous/mssql-centos-7.md16
1 files changed, 12 insertions, 4 deletions
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 >}}
-