How To Install Microsoft SQL Server on CentOS 7
In
this tutorial we will show you how to install and configuration of
Microsoft SQL Server on your CentOS 7 server. For those of you who
didn’t know, Microsoft SQL Server is a relational database management
system developed by Microsoft. As a database server, it is a software
product with the primary function of storing and retrieving data as
requested by other software applications which may run either on the
same computer or on another computer across a network (including the
Internet).
This article assumes you
have at least basic knowledge of linux, know how to use the shell, and
most importantly, you host your site on your own VPS. The installation
is quite simple and assumes you are running in the root account, if not
you may need to add ‘sudo’ to the commands to get root privileges. I
will show you through the step by step installation Microsoft SQL
Server (MS SQL) on a CentOS 7 server.
Install Microsoft SQL Server on CentOS 7
Step 1. First let’s start by ensuring your system is up-to-date.
Step 2. Installing Microsoft SQL Server.
To begin, we’ll need to add two repositories to our software sources list:
Then install the packages using yum package manager, as usual:
Step 3. Configure MS SQL server.
Once
installation is complete, you will be reminded to run the configuration
script (/opt/mssql/bin/sqlservr-setup) to accept the license terms, set
the password for the SA user, and start the service.
Result:
Finally, Start the MS SQL Service:
Step 4. Configure Firewall for MS SQL.
Configure the firewall to allow 1433 port so that we can access the SQL server from external machines:
Step 5. Connect to MS SQL server.
Once the installation is complete, connect to MS SQL server using the following command:
Congratulation’s!
You have successfully installed Microsoft SQL Server. Thanks for using
this tutorial for installing Microsoft SQL Server (MS SQL) on your
CentOS 7 system. For additional help or useful information, we recommend
you to check the official Microsoft SQL Server web site.
Link : http://idroot.net/linux/install-microsoft-sql-server-centos-7/
0 Response to "Cara Install Microsoft sql server di centos 7"
Post a Comment