Installing Latest Version of MySQL on Linux (CentOS 6) Production Server

Checking if MySQL is Already Installed [ahmed@amayem ~]$ rpm -q mysql-server package mysql-server is not installed Or you can do it this way: [ahmed@amayem ~]$ yum list installed | grep mysql [ahmed@amayem ~]$ Downloading the MySQL Yum Repository Release Package: Choose your operating system from http://dev.mysql.com/downloads/repo/yum/ In my case it was CentOS 6, which means…

Installing ghost on production linux server (CentOS)

Pre-requisites Root access to your server or have access to an account that has sudo powers on your servers – Instructions here to see how to give a linux user sudo powers. nodejs and npm installed – Instructions here. Installing Where to install First let’s decide where to put the ghost directory. I chose /var/www/,…