You must have an idea about this “how to add the DNS template in your server via Kloxo”?, Adding the DNS template is very important and it is the basic step for creating accounts (Re-seller and single) in your server…
Control panels
How to get the MySQL root password details – cPanel
The MySQL server saves its root password in a file “.my.cnf” under the root directory. You can find out its from the file as I mentioned. Example: root@server [~]# cat /root/.my.cnf [client] password=”)%:pV(Yo” user=root If you were loged in to…
How to access MySQL without knowing its password in a Plesk server
Here I am explaining how you can access MySQL without knowing its password in a Plesk server. # mysql -uadmin -p`cat /etc/psa/.psa.shadow` The above command is used to access MySQL without prompting for a password. In case, if you need…
How to replace MySQL with PerconaDB on a cPanel server
Percona Server is an enhanced drop-in replacement for MySQL. Features of PerconaDB >> Your queries will run faster and more consistently. >> You will consolidate servers on powerful hardware. >> You will delay sharding, or avoid it entirely. >> You will…
How to replace MySQL with MariaDB on a cPanel server
MariaDB is an enhanced drop-in replacement for MySQL. MySQL 5.1 is compatible with MariaDB 5.1, 5.2 and 5.3. MySQL 5.5 is compatible with MariaDB 5.5. Features of MariaDB >> Data and table definition files (.frm) are binary compatible. >> All…
How to Enable/Disable SpamAssassin and it’s service – WHM/cPanel
Before going to disable the feature you must know what is SpamAssassin and the use in servers. Spam Assassin It is an email utility in WHM/cpanel server for filtering the incoming emails and testing for spam characteristics. This results in…
How to enable directory listing for a domain in a plesk server
On accessing a subdomain, it’s gettting redirected to default Apache test page. Upon checking the webroot folder for the subdomain, index file was missing. Upon uploading an index file it worked perfectly. However, I need to enable directory listing for…