While transferring your website from one server to another you may need to export your database in some cases. In this article, I am going to show you how to export Database from PHPMyAdmin.
Exporting a database is just a few-click process. Just login to your PHPMyAdmin dashboard providing username and password. to export Database from PHPMyAdmin
You can see all the database you have created In your database is there.
Select the database you want to export. To select a database click on it. And you can see all the tables of your database on your screen.
Now from the top bar click on the Export button to start theexport database.
Now you have to select the type of file in which you want to export your database. After selecting file type click on the Go button on the right bottom side.
on clicking the Go button process will start and you can see the download progress on your browser.
How to resolve PHPMyAdmin blank page error CyberPanel?
Sometime after update you faced PHPMyAdmin blank page error CyberPanel. In this article i will tell you the shortest way to resolve PHPMyAdmin blank page error CyberPanel.
You have to do few steps to resolve this issue.
You have to load your default PhpMyadmin script and replaced it with the present script.
1.Login to SSH. Change directory to the phpmyadmin using this command.
cd /usr/local/CyberCP/public/phpmyadmin
2. Here you have one simple file and one the working config file. Rename the working config to the new file like config.inc.php.old using this command.
mv config.inc.php config.inc.php.old
3. Now rename simple file to the working file and try to access phpmyadmin from the CyberPanel.
mv config.sample.inc.php config.inc.php
Go to the PhpMyAdmin page of your CyberPanel and check now.