Home » Tag Archives: mysql

Tag Archives: mysql

Install LAMP stack on Ubuntu 16.04

Install LAMP stack is very well known to those who are already running their website on the any VPS or Dedicated server. In this tutorial I will show you how to install lamp stack on ubuntu 16.04 LTS system. Who are recently moving to the hosting-by-myself community, the following illustration must …

Read More »

MySQL Command Line Administration in Linux

Linux system admins are very familiar with command line tools. Many time admins need to administrate mysql server, they need to create database, manage database user, backup & restore mysql database, repair database & much more. In this post I will explain some usefull command to administrate mysql server. To …

Read More »

Install LAMP Stack on CentOS, RHEL, Fedora

LAMP is nothing but a bundle of softwares which make environment for running website. Full form of LAMP is ‘L’inux ‘A’pache ‘M’ysql ‘P’HP. So, LAMP mainly used to run such website which is written in PHP & MySql. Now a days PHP is very popular language, many ready to use framework written …

Read More »

MySQL master slave replication on CentOS

mysql master slave replication

What is MySQL master slave Replication ? MySQL master slave replication is a process that allows you to easily maintain multiple copies of a MySQL data by having them copied automatically from a master to a slave database. This can helpful for many reasons including facilitating a backup for the …

Read More »