Home  >  Article  >  Backend Development  >  How to back up data in Phpmyadmin

How to back up data in Phpmyadmin

王林
王林Original
2019-10-18 14:03:203295browse

How to back up data in Phpmyadmin

1. Open the phpMyAmin database path of the program, enter the database account and password to enter the database, select the database we want to back up, and then click the "Export" menu bar at the top on the right

How to back up data in Phpmyadmin

2. You can see that there are two export methods: "Quick" and "Custom". Generally, there are no special requirements. It is enough for us to use the "Quick" export function. "Quick" is selected by default here. "Export the database, select sql as the format (mine is Mysql database, choose according to your own database), click Execute

How to back up data in Phpmyadmin

3. You can modify the database in the database export window sql name (the default name is the database name), select the save path, and then click download

How to back up data in Phpmyadmin

Recommended tutorial: PHP video tutorial

The above is the detailed content of How to back up data in Phpmyadmin. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn