How to Show a List of All Databases in MySQL
Fri 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.

How to Install and Use MySQL Workbench on Ubuntu 18.04
Thu 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.

How to Install and Configure Redmine on Debian 9
Tue 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.

How to Configure MySQL Master-Slave Replication on CentOS 7
Tue 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.

Sat Apr 20 2019

How to Delete a MySQL Database on Linux via Command Line

Sat Apr 20 2019

How to Manage MySQL Databases and Users from the Command Line

Mon Apr 01 2019

How to Install WordPress with Apache on CentOS 7

Mon Apr 01 2019

How to Install WordPress with Apache on Ubuntu 18.04

Mon Apr 01 2019

How to Install Joomla with Apache on Ubuntu 18.04

Sat Mar 30 2019

How to Configure MySQL Master-Slave Replication on Ubuntu 18.04