Quick mssql-server installation on RHEL/CentOS.
You need at least 3.5Gb of RAM.
wget https://packages.microsoft.com/config/rhel/7/mssql-server.repo -O /etc/yum.repos.d/mssql-server.repo &&
yum install mssql-server -y && export SA_PASSWORD="Y0urP@ssw0rd" && /opt/mssql/bin/mssql-conf setup accept-eula && firewall-cmd --zone=public --add-port=1433/tcp --permanent && firewall-cmd --reload && wget https://packages.microsoft.com/config/rhel/7/prod.repo -O /etc/yum.repos.d/mssql-tools.repo && yum install mssql-tools unixODBC-devel
This will download the repository, install mssql-server, set the default password for SA account, setup mssql-server, open the accessing default port for mssql-server tcp/1433 and install mssql-tools.
You can use a remote management client like DBeaver (Linux & Windows) or SqlDbx.
http://dbeaver.jkiss.org/download/
http://www.sqldbx.com/personal_edition.html
PrettyPrint
Inscription à :
Publier les commentaires
(
Atom
)
Aucun commentaire :
Enregistrer un commentaire