Backup and restore a mysql table using mysqldump
There are two methods for taking backup of a single table from a database and restore in into another database 1) Method 1 In this method you can take a backup of a database…
HOSTSEO BLOG - Practical insights on web hosting, server administration, cybersecurity, WordPress, domains and search visibility.
Browse the HOSTSEO article archive.
There are two methods for taking backup of a single table from a database and restore in into another database 1) Method 1 In this method you can take a backup of a database…
If you think your ssh is dead or blocked out in server firewall. Then you can start a stand alone ssh from whm which will listen on port 22 . http://your_server_ip:2086/scripts2/doautofixer?autofix=safesshrestart Now you can…
Directadmin released a new version of it two days ago. It came with a new feature and that is a big change. Now directadmin included a facility to change apache port directly in directadmin.conf …
Sometimes you can see wrong information regarding WHM/cPanel nameserver info. You can see it from Main >> DNS Functions >> Nameserver IPs . To fix this issue you need to edit two files /etc/nameserverips and /var/cpanel/nameserverips.yaml 1) Edit the…
This installation documentation is based on RHEL or Centos based server. If you have debian or BSD , you need to install the proper c-client binary. # yum install libc-client libc-client-devel krb5-devel krb5-libs Now…