Changing default charset in MySQL

In order to change the default character set in MySQL follow the given steps: First login to the server as root Open the file /etc/my.cnf vi /etc/my.cnf Add the following lines below [client] section: default-character-set=utf8 Add the following lines below [mysqld] section: default-character-set=utf8 init_connect=’SET NAMES utf8′ Once done restart your mysql service. service mysql restart […]

Continue Reading…

FTP connection problem

Sometimes while accessing FTP you receive following error: In order to solve above problem follow the steps: 1)  Login to WHM with root user. 2)  Go To : Service Configuration >> FTP Server Configuration and  then check if the setting : TLS Encryption Support :  is configured to read to  “Optional” if  not, set the […]

Continue Reading…