Home> Database> navicat> body text

How to use navicat for mysql?

藏色散人
Release: 2019-11-06 10:16:08
Original
7931 people have browsed it

How to use navicat for mysql?

How to use navicat for mysql?

Double-click the shortcut on the desktop to start "Navicat for MySQL". The startup interface is as shown below:

Recommendation: [navicat tutorial]

How to use navicat for mysql?

Enter the main program interface, as shown below:

How to use navicat for mysql?

Click the "Connection" connection button and open the "New Connection" "Create a new connection dialog box, as shown in the figure below:

Enter "Connection Name", "Password", click the "Test CONnection" button, the "Connection Successful" dialog box will pop up, OK, the connection is created successfully.

How to use navicat for mysql?

New database

Double-click the connection just created to expand the node and display the existing database, as shown in the following figure:

How to use navicat for mysql?

Right-click on the connection "localhost" or in the blank space ->New Database, as shown below:

Enter the database name and select "Character set". Enter "utf8" in the "Character set" box, the software will automatically complete it, just keep the Collection empty, click the "OK" button, and the database will be created successfully.

How to use navicat for mysql?

New Table

Double-click the database you just created to expand it, right-click on Tables ->New Table, as shown in the following figure:

How to use navicat for mysql?

The ID field is relatively critical. It is usually set to "Auto Increment" and the primary key is "Primary Key". Click "Add Field" to add a field row and the field setting is completed. You can click the "Save" button to save the data table, as shown in the following figure:

How to use navicat for mysql?

Insert data

Right-click on the data table just created ->Open Table, as shown in the figure below:

How to use navicat for mysql?

Click the "plus sign" button to add a row, and the date field can be selected by clicking the button. After filling in the data, you need Click the "Check" button to save, as shown below:

How to use navicat for mysql?

The above is the detailed content of How to use navicat for mysql?. 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
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!