Preliminary discussion on installing SQL Server 2016 under Ubuntu

Source: Internet
Author: User
Tags curl microsoft sql server mssql

Installation Steps official

Https://docs.microsoft.com/zh-cn/sql/linux/sql-server-linux-setup-ubuntu

The following commands are executed:

1, Enter superuser mode.sudo su2, Import the public repository GPG keys:curl https://PACKAGES.MICROSOFT.COM/KEYS/MICROSOFT.ASC | Apt-key Add-3, Register the Microsoft SQL Server Ubuntu repository:curl https://packages.microsoft.com/config/ubuntu/16.04/mssql-server.list >/etc/apt/sources.list.d/mssql-server.list 4, Exit superuser mode.exit5, Run the following commands toInstallSQL Server:sudoapt-Get updatesudoApt-getInstall-Y mssql-Server6After the package installation finishes, run the configuration script and follow the prompts.sudo/opt/mssql/bin/sqlservr-Setup7, Once the configuration is Done, verify the service is RUNNING:SYSTEMCTL status MSSQL-server

The installation process is relatively smooth

Preliminary discussion on installing SQL Server 2016 under Ubuntu

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.