Home  >  Article  >  Database  >  How to export SQL files with Navicat

How to export SQL files with Navicat

(*-*)浩
(*-*)浩Original
2019-08-13 10:38:4220654browse

How to export SQL files with Navicat

Navicat exports sql file

Step 1: Open Navicat and connect to MySQL (recommended tutorial: navicat Tutorial)

How to export SQL files with Navicat

As shown below, click Connect to MySQL and enter the connection name and password.

How to export SQL files with Navicat

Step 2: Open the database and export the sql file

How to export SQL files with NavicatHere we have a file named php Right-click on this database. After right-clicking, you can see the related properties shown in the figure below. Select the dump sql file, and then choose to export the structure and data or only the structure according to your own export needs for the database. (Dumping the sql file means exporting the sql file)

Step 3: Select the location where the sql file is saved

How to export SQL files with Navicat

As shown in the figure below, the sql file is successfully exported.

How to export SQL files with Navicat

The above is the detailed content of How to export SQL files with Navicat. 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