How to Show / List MySQL Databases
Jun 21, 2019

How to Show a List of All Databases in MySQL

When administering MySQL database servers, one of the most common tasks you'll have to do is to get familiar with the environment. This tutorial explains how to show all databases in a MySQL or MariaDB server through the command line.

Install and Configure MySQL Workbench on Ubuntu
Jun 20, 2019

How to Install and Use MySQL Workbench on Ubuntu 18.04

MySQL Workbench is a cross-platform graphical application for MySQL database administrators and architects. In this tutorial we will show you how to install and MySQL Workbench on Ubuntu 18.04.

Install and Configure Redmine on Debian
Jun 18, 2019

How to Install and Configure Redmine on Debian 9

Redmine is a free and open-source project management and issue tracking application. In this tutorial, we'll show you how to install and configure the latest version of Redmine on a Debian 9 server using MySQL as a database back-end and Passenger + Nginx as a Ruby application server.

MySQL Master-Slave Replication
Jun 11, 2019

How to Configure MySQL Master-Slave Replication on CentOS 7

MySQL replication is a process that allows you to automatically copy data from one database server to one or more servers. In this tutorial we will explain how to setup a MySQL Master/Slave replication with one master and one slave server on CentOS 7.

Apr 20, 2019

How to Delete a MySQL Database on Linux via Command Line

Apr 20, 2019

How to Manage MySQL Databases and Users from the Command Line

Apr 2, 2019

How to Install WordPress with Apache on Ubuntu 18.04

Apr 2, 2019

How to Install WordPress with Apache on CentOS 7

Apr 1, 2019

How to Install Joomla with Apache on Ubuntu 18.04

Mar 30, 2019

How to Configure MySQL Master-Slave Replication on Ubuntu 18.04