Deprecated: Optional parameter $shortcode declared before required parameter $args is implicitly treated as a required parameter in /home/ashishka/public_html/wp-content/plugins/wp-cirrus/wp-cirrus.php on line 331

Warning: Cannot modify header information - headers already sent by (output started at /home/ashishka/public_html/wp-content/plugins/wp-cirrus/wp-cirrus.php:331) in /home/ashishka/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Meta/Robots.php on line 89

Warning: Cannot modify header information - headers already sent by (output started at /home/ashishka/public_html/wp-content/plugins/wp-cirrus/wp-cirrus.php:331) in /home/ashishka/public_html/wp-includes/feed-rss2.php on line 8
Backup | Web Hosting Stuff https://www.ashishkale.in Get solutions under one roof Mon, 26 Oct 2015 06:02:31 +0000 en-US hourly 1 How to Backup your site with Softaculous https://www.ashishkale.in/how-to-backup-your-site-with-softaculous/ https://www.ashishkale.in/how-to-backup-your-site-with-softaculous/#respond Mon, 26 Oct 2015 05:59:00 +0000 http://www.ashishkale.in/?p=952 To Backup your site with Softaculous                      Softaculous is widely used in the Web Hosting sites and it has helped millions of users install applications by the click of a button. Softaculous Installer easily integrates into leading Control Panels like cPanel, Plesk, DirectAdmin, InterWorx, H-Sphere. The website you want softaculous to always [...]

The post How to Backup your site with Softaculous first appeared on Web Hosting Stuff.

]]>
To Backup your site with Softaculous

                     Softaculous is widely used in the Web Hosting sites and it has helped millions of users install applications by the click of a button. Softaculous Installer easily integrates into leading Control Panels like cPanel, Plesk, DirectAdmin, InterWorx, H-Sphere.

Backup-Websites-via-Softaculous

The website you want softaculous to always backup must have been installed previously by Softaculous.

In this article, I will walk us through the process of taking backups of websites. Follow the steps and back up your site. 

Step 1 : Login to cPane.

Step 2 : In Software/Services Section, click on Softaculous link.

Step 3 : Then click on All installation menu icon.

Step 4 : In the option column, click the backup icon.

Step 5 : Under Backup Installation, check either or both boxes to the right of Backup Directory and Backup Database.

Step 6 : Click the Backup Installation button at the bottom of the page.

In few seconds, When the backup is completed, you’ll see the following message:

The backup was created successfully.

 

RELATED ARTICLES: 

* How to install WHMCS from Softaculous

* How to install Nucleus from Softaculous

* How to Install Softaculous in CentOS Web Panel

* How to Install Softaculous in XAMPP

* How to Install Softaculous in ISPConfig

 

The post How to Backup your site with Softaculous first appeared on Web Hosting Stuff.

]]>
https://www.ashishkale.in/how-to-backup-your-site-with-softaculous/feed/ 0
How to install MariaDB Server in cPanel/WHM servers? https://www.ashishkale.in/how-to-install-mariadb-server-in-cpanelwhm-servers/ https://www.ashishkale.in/how-to-install-mariadb-server-in-cpanelwhm-servers/#respond Thu, 09 Jul 2015 13:33:51 +0000 http://www.ashishkale.in/?p=315 How to install MariaDB Server in cPanel/WHM servers? And What are the advantages of using MariaDB Server ? Ans:  *  Install MariaDB Server in cPanel/WHM servers 1. Backup existing MySQL data # mysqldump --all-databases --routines --triggers > /home/db_dump/alldb.sql # service mysql stop # cp -r /var/lib/mysql/mysql /home/db_dump/ # service mysql start 2. Select MySQL version as MariaDB # /usr/share/lve/dbgovernor/db-select-mysql --mysql-version=mariadb100 [...]

The post How to install MariaDB Server in cPanel/WHM servers? first appeared on Web Hosting Stuff.

]]>
How to install MariaDB Server in cPanel/WHM servers?

And

What are the advantages of using MariaDB Server ?

Ans:

 *  Install MariaDB Server in cPanel/WHM servers

1. Backup existing MySQL data

# mysqldump --all-databases --routines --triggers > /home/db_dump/alldb.sql
# service mysql stop
# cp -r /var/lib/mysql/mysql /home/db_dump/
# service mysql start

2. Select MySQL version as MariaDB

# /usr/share/lve/dbgovernor/db-select-mysql --mysql-version=mariadb100

MariaDB versions:

mariadb55 for MariaDB v5.5
mariadb100 for MariaDB v10.0
mariadb101 for MariaDB v10.1

3. Install MariaDB

# /usr/share/lve/dbgovernor/db-select-mysql --install-now

Final step is to recompile PHP and Apache in the server.

# /scripts/easyapache

 * Advantages of using MariaDB Server

1) Faster and safer replication.

2) Indexes for the MEMORY(HEAP) engine are faster.

3) CHECKSUM TABLE is faster.

4) MariaDB improved the performance of character set conversions.

5) Pool of Threads in MariaDB 5.1 and even better in MariaDB 5.5.

6) There are some improvements to the DBUG code to make its execution faster when debug is compiled in but not used.

7) Our use of the Aria storage engine enables faster complex queries.

8) The test suite has been extended and now runs much faster than before, even though it tests more things.

The post How to install MariaDB Server in cPanel/WHM servers? first appeared on Web Hosting Stuff.

]]>
https://www.ashishkale.in/how-to-install-mariadb-server-in-cpanelwhm-servers/feed/ 0