Home  >  Article  >  Database  >  How to export data from mysql database?

How to export data from mysql database?

黄舟
黄舟Original
2017-08-03 09:32:412536browse

Mysql is an open source database that is very popular among everyone. How to export data from mysql database? Let me introduce it in detail

1. Enter http://localhost/phpMyAdmin/ in the address bar of the browser, and the page that will open is as shown below

How to export data from mysql database?

2. Enter your account number and password and press the Enter key. The page that opens is as shown below

How to export data from mysql database?

3. Look at the red arrow in the screenshot and select a database

How to export data from mysql database?

##4. Look at the red arrow in the screenshot and click the "Export" button

How to export data from mysql database?

5. Click "Export" ” button, the page that opens is as shown below. We can choose to export the data of those data tables, or we can choose the export format, such as SQL, xml, or PDF

How to export data from mysql database?

The above is the detailed content of How to export data from mysql database?. 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