Tutorial on how to install multicraft control panel (CentOS 6-64 bit)
SSH into root and begin:
yum install nano
And disable SELinux:
Code:
setenforce 0
Installing MySQL 5:
To install MySQL, we do this:
Code:
yum install mysql mysql-server
Then we create the system...