当前位置:网站首页>How to use phpMyAdmin to restore a backed up MySQL database

How to use phpMyAdmin to restore a backed up MySQL database

2022-06-23 22:31:00 Know blog

How to use phpMyAdmin Restore the backup MySQL database

mysql database , mysql Database management , Backup database

How to use phpMyAdmin Restore the backup MySQL database

phpMyAdmin Is a used to pass Web Interface remote operation database program . It allows you to fully manage database tables ( establish 、 edit 、 Delete ( Delete )) And the data contained therein ( choice 、 to update 、 Delete That's ok ).phpMyAdmin It also allows you to create and recovery Database backup . In this tutorial , We know that the blog will introduce you to phpMyAdmin Restore the backup MySQL database .

   recommend : What is? phpMyAdmin

What do you need?

   The following will use Backed up database Replace Your current database , And put your database recovery To the state at the time of backup . Before starting this guide , You need the following :

  • Access the control panel for your host account
  • Database backup files

1、 Get into phpMyAdmin

phpMyAdmin Usually located in the control panel database part .

2、 Select the database to restore

   In the left navigation tree , Click the database you want to import the backup to . then , You will see a list of existing tables in the database or a screen showing non-existent tables . It depends on your settings .

3、 Select the... To import SQL file

   We must now extract our database backup files to phpMyAdmin. So , Do the following :

  1. A row of tabs will appear at the top of the screen . single click " Import " tab .
  2. On the next screen, a screen named “ Select File ” or “ Browse ” The button , Click it .
  3. In the dialog box , Locate the database backup file stored on your computer , And then click open . You should be in “ Select File ” Next to the button, you will see the file name you selected .
  4. Make sure that the “ Format ” Select... From the drop-down menu SQL .
  5. single click “ perform ” Button .

4、 Verify recovery successful

   The import process can take a long time . Last , After success, you should see a success screen similar to the following , If you receive an error message , You can always ask your hosting provider for help .

Conclusion

   The above is how to use the blog phpMyAdmin Restore the backup MySQL Database tutorial , Should already know and be able to use phpMyAdmin The database was successfully restored from the backup file . With this knowledge , You should be able to successfully recover the database , So don't forget to back up .

   recommend : How to use phpMyadmin Optimize MySQL database

Know blog , All rights reserved unless otherwise indicated , All are original Know blog » How to use phpMyAdmin Restore the backup MySQL database

Reprint please keep the link :https://www.pythonthree.com/use-phpmyadmin-to-restore-mysql-database/

原网站

版权声明
本文为[Know blog]所创,转载请带上原文链接,感谢
https://yzsam.com/2021/12/202112131304371169.html