How to Create a MySQL Database?

To Create a MySQL Database MySQL is an open-source relational database management system. It is one of the best RDBMS being used for developing web-based software applications. You have access to root user, you can easy create any database using mysql.  In this article will give you how you can easily create a new database from your cPanel. Follow the steps and create […]

» Read more

How to Back Up Your Drupal Website

  Back Up Your Drupal Website  Drupal Website backing up involves backing up both the site’s database and its files. Just for taking file backup doesn’t help. Always take database and files backup whenever you take Drupal Website backup.     Step 1. To Back Up Your Files 1) Download all files pertaining to your Drupal website using an FTP […]

» Read more

How to Export Database using PHPMyAdmin

  phpMyAdmin makes the task of managing your MySQL databases easier and more efficient, and it allows you to manage those available databases from anywhere. With phpMyAdmin, you can create, edit, back up, Import, export, and delete databases, as well as manage database tables. When you export a database, you are creating a backup file of the database. This backup file […]

» Read more