Stored procedures and Triggers are first introduces with MySQL 5.0. So if you are still using MySQL older version’s upgrade…
Browsing: MySQL
MySQL Master-Slave replication is to set up slave server to update immediately as soon as changes done in Master server.…
Q. How to schedule MySQL database backup? A bash script for MySQL database backup. In this tutorial, you will find…
MySQL replication is a process where a master server replicates its data to one or more slave servers. This can…
Hi Guys, This tutorial will help to for installing MySQL 5.6 on CentOS/RHEL system. I am using CentOS 6, 32…
NGINX (Engine X) is a web server, Its getting popular very fast due to its fast speed. NGINX is also…
MySQL is a relational database management system, used for storing data in form of tables and records. You can insert,…
As a system administrator, you need to take backup on daily basis. Backups are very useful to recover data from…
Q. How to reset MySQL root password in Linux? How do I recover MySQL root password? I forgot MySQL root…
MySQL is an relations database management system used for storing data in tabular format. If you are using MySQL server…