How to enable Spam Assassin?

February 18, 2009 by  
Filed under cPanel-WHM

Comments Off

1. Login to cPanel.

2. Click on “Mail” and then click on ” Spam Assassin ”.

3. Click on “Enable Spam Assassin Button”.

How to manage the Host Access permissions?

February 18, 2009 by  
Filed under cPanel-WHM

Comments Off

1. Login to cPanel.

2. Click on “MySQL Database ”.

3. Type the name of the server into the blank field next to Host: (It should be in the following format: test.24livesupport.comt, server1.24livesupport.com, ns1.24livesupport.com, or IP 67.12.34.56 etc). If you wish to allow all the hosts, enter % in the field.

4. Click on Add Host to allows that server to access your MySQL databases..

How to set user permissions for MySQL database?

February 18, 2009 by  
Filed under cPanel-WHM

Comments Off

1. Login to cPanel.

2. Click on “MySQL Database ”.

3. Select the user (the user will appear as mainuser_user) you wish to grant permissions for from the drop box next to User:

4. Select the database (the database will appear as mainuser_database) you wish to give that user access to from the drop box next to Db:

5. Select any privileges (abilities to modify the database) you wish the user to have by checking the box next to the privilege’s name.

6. Click on Add User to Db to give the user permission to access the database.

How to create a MySQL user?

February 18, 2009 by  
Filed under cPanel-WHM

Comments Off

1. Login to cPanel.

2. Click on “MySQL Database ”.

3. Enter the name of the new user in the blank field next to UserName.

4. Enter the password for the new user in the blank field next to Password:

5. Click on Add User to create the new user.

How to create a MySQL database?

February 18, 2009 by  
Filed under cPanel-WHM

Comments Off

1. Login to cPanel.

2. Click on “MySQL Database ”.

3. Enter the name of the new database in the blank field next to Db:.

4. Click on Add Db to create the database.

How to restore the backups?

February 18, 2009 by  
Filed under cPanel-WHM

Comments Off

1. Login to cPanel.

2. Click on “Backup ”.

3. Click on the Choose button below the backup type you wish to restore for example full backup, database backup or the home directory backup.

4. Once you have selected the file you wish to restore, click on Upload .

Note: The archive or file you are uploading must match the way it was downloaded. For example: if the archive was a .tar.gz when you downloaded it, it must be a .tar.gz file when you restore it.

How to create a MySQL database backup?

February 18, 2009 by  
Filed under cPanel-WHM

Comments Off

1. Login to cPanel.

2. Click on “Backup ”.

3. Click on the name of the database you wish to download below the words Download a MySQL Database Backup.

4. Save the file to your computer.

How to create website home directory backup?

February 18, 2009 by  
Filed under cPanel-WHM

Comments Off

1. Login to cPanel.

2. Click on “Backup ”.

3. Click on download a home directory Backup

4. Save the file to your computer.

Note : The backup will be produce in a tar.gz format, so please make sure you have compatible zip program to open tar.gz files.

How to create a full website backup?

February 18, 2009 by  
Filed under cPanel-WHM

Comments Off

1. Login to cPanel.

2. Click on “Backup ”.

3. Click on Generate/Download a Full Backup.

4. Select the destination you wish to save the backup to from the drop box next to Backup Destination:

5. Enter your email address in the field next to Email Address:. An email will be sent to this address when the backup is completed.

6. If you are backing up to a remote server, place the server’s name, your username, and your password on that server in the appropriate fields.

7. Click on Generate Backup  to start the backup process.

Re-install phpMyAdmin on cPanel

February 18, 2009 by  
Filed under cPanel-WHM

Comments Off

  1. Log into your server as root with SSH.
  2. Run the following commands in sequence:
  3. rm -fR /usr/local/cpanel/3rdparty/etc/phpmyadmin
  4. rm -fR /var/cpanel/userhomes/phpmyadmin
  5. mkdir /usr/local/cpanel/3rdparty/etc/phpmyadmin
  6. mkdir /var/cpanel/userhomes/phpmyadmin
  7. chattr -ia /usr/local/cpanel/3rdparty/etc/phpmyadmin
  8. chattr -ia /var/cpanel/userhomes/phpmyadmin
  9. chown -R cpanelphpmyadmin:cpanelphpmyadmin /var/cpanel/userhomes/phpmyadmin ;
  10. Now update the cPanel with the following command as root:
    /scripts/upcp –force
  11. Once the installer has finished, restart the cPanel service:
    service cpanel restart

« Previous Page