INSTALLING SQL SERVER 2017 on UBUNTU 18.04
———————————
Steps:
1. Import the public repository GPG keys:
wget -qO- | sudo apt-key add –
2. Register the Microsoft SQL Server Ubuntu repository:
sudo add-apt-repository “$(wget -qO-
4. Downgrade OpenSSL:
5. To install SQL Server:
sudo apt-get update
sudo apt-get install -y mssql-server
6. To set the SA password and choose edition.
sudo /opt/mssql/bin/mssql-conf setup
7. Post check
systemctl status mssql-server
8. Open Firewall, default port: 1433
sudo ufw allow 1433/tcp
sudo ufw allow 1433/udp
9. Download sample database:
Nguồn:https://ftlinuxcourse.com/
Xem Thêm Bài Viết Khác:https://ftlinuxcourse.com/lap-trinh-linux
sao e cài được như a rồi mà kết nối sql trên window thì nó vẫn chạy của hệ điêu hành window vậy a?
Sao cài Sql Serve trên Ubuntu mà qua Windows mở lại có được ạ? Anh cài 2 hệ điều hành song song hay như thế nào vậy ?
Anh lấy địa chỉ ip để kết nối ở đâu vậy ạ?
mình làm tới bước Downgrade thì bị crash Gnome khi khởi động lại software với setting và nhiều app bị mất giờ mình muốn khôi phục lại được không?
i got this error E: Unable to locate package mssql-server
Sql server có cài được cho phiên bản Debian ko? Muốn cài thì làm thế nào?