Install SQL Server 2017 on CentOS 7 / RHEL 7

Install SQL Server 2017 on CentOS 7 / Red Hat Enterprise Linux 7, configure its repository and instance, and connect with SQLCMD.

Por fin podemos instalar SQL Server 2017 en servidores Linux. En esta entrada vemos cómo instalarlo en CentOS 7 / RHEL 7, desde el repositorio hasta la conexión con SQLCMD.

We previously covered installing SQL Server on Ubuntu 16.04; here we will install SQL Server on CentOS 7 / RHEL 7. Continue reading “Install SQL Server 2017 on CentOS 7 / RHEL 7”

Install MySQL 5.7 on Ubuntu 16.04 and derivatives

MySQL is a popular database engine in LAMP environments. This guide shows how to install MySQL Server 5.7 on Ubuntu 16.04 and manage its service with systemctl.

MySQL is probably the most popular database engine and, together with Apache and PHP on Linux, forms what is commonly called a LAMP server.

In this post we will see how to set up a MySQL Server 5.7 database server on Ubuntu 16.04. Continue reading “Install MySQL 5.7 on Ubuntu 16.04 and derivatives”