Home > Database > navicat > body text

How to export table structure in navicat premium

爱喝马黛茶的安东尼
Release: 2019-08-12 13:16:39
Original
5903 people have browsed it

How to export table structure in navicat premium

Download and install Navicat Premium. This tool can connect to databases such as mysql, oracle, sqlserver, postgresql, and sqlite.

How to export table structure in navicat premium

Open the tool and connect to the database. Here we take connecting to the local mysql database as an example and enter the information of the local mysql database.

How to export table structure in navicat premium

After entering the information, perform "Connection Test". After the test is successful, click OK to connect to the database.

How to export table structure in navicat premium

Related recommendations: "Navicat for mysql graphic tutorial"

Double-click the created database connection to connect directly database.

How to export table structure in navicat premium

If the database has tables, select the table that needs to be exported, right-click and select "Dump SQL File".

How to export table structure in navicat premium

There are two options here, structure and data representation, which exports both the table structure and data. Structure-only representation only exports the table structure. Choose according to your needs.

How to export table structure in navicat premium

#Follow the step guidance and select the address where the SQL file needs to be stored. If necessary, just go to the path to find the file.

How to export table structure in navicat premium

The above is the detailed content of How to export table structure in navicat premium. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!