Tag: MySQL

How To Move MySQL Data Directory On A Separate Partition

Prerequisite: A free partition that will serve as a dedicated MySQL partition. Note: These instructions assume that the partition you wish to mount is /dev/sdc1 Backup all MySQL databases Code: mysqldump...

Read More

How To Back Up Your MySQL Databases

MySQL is an open source relational database management system (DBMS) which is frequently deployed in a wide assortment of contexts. Most frequently it is deployed as part of the LAMP Stack....

Read More

How To Install Linux, Lighttpd, MySQL, and PHP5 (LLMP Stack) on Centos 6

Introduction Lighttpd is an open source web server originally written by Jan Kneschke as an alternative to Apache, it has a low memory footprint and numerous websites such as YouTube...

Read More