How to Install phpmyadmin on centOs 7

phpmyadmin on centOs 7  phpMyAdmin is an open source tool used for the administration of MySQL. phpMyAdmin depends on the LAMP stack. It requires Apache2 or any compatible web servers, MySQL and PHP. This post will show you how to install phpmyadmin on centos 7. Installation :  Step 1 :  Download epel-release-7-x.noarch.rpm Step 2 : Install […]

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 […]

How to Import 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. Import Database using PHPMyAdmin 1) Login to cPanel 2) Open phpMyAdmin and click […]