How to edit database table via phpMyAdmin in cPanel?

1. Log into your cPanel account.2. In the Databases section, click on the phpMyAdmin icon.3. In left side-bar, Click on the expand button to expand the database like "example".4. Under your cPanel username, you can see a list of all databases. Select an appropriate database which you want to edit,...

How to create a database in cPanel?

1. Log into your cPanel account.2. In the Databases section, click on MySQL Databases Icon.3. Under Current Databases, You can see a list of all your databases. Locate the Database and then click on the Rename Icon.4. Change the database name and then click on the Proceed button.

How to export database table via phpMyAdmin in cPanel?

1. Log into your cPanel account.2. In the Databases section, click on the phpMyAdmin icon.3. In the left sidebar, Click on the expand button to expand the database like "example".4. Under your cPanel username, you can see a list of all databases. Please select an appropriate database that you want...

How to Create Email Account in DirectAdmin?

1. Log in to your DirectAdmin Account.2. In the E-mail Manager section, click on the E-mail Accounts Icon or type E-mail Accounts in the navigation filter box, and the option will appear. Click on it.3. On the top right-hand side, click on the Create Account button.4. In the Username field,...

How to Setup a cPanel Email account with Mozilla Thunderbird?

Thunderbird is a friendly email client software for managing your email. You can set-up a cPanel email account with Mozilla Thunderbird and receive/send the email.1. Open Mozilla Thunderbird.2. Click on the Menu Icon located on the right side of the screen and then go to New. A drop box will...

How to disable directory browsing using .htaccess?

For security purposes, we recommend that you disable directory browsing on your website so no one can see the files/folders of your website.You can disable Directory Browsing by adding this line to your .htaccess file.Options -Indexes