Home > Database > Navicat > body text

How to connect to the database in navicat

王林
Release: 2020-07-02 14:41:28
Original
26218 people have browsed it

The method for navicat to connect to the database is: 1. Open navicat, click [Connect], and select the database type; 2. Fill in the connection name and enter the database password; 3. Right-click the newly created connection and select [New Database] ;4. Enter the database name and select the character set rules.

How to connect to the database in navicat

(Recommended learning: mysql tutorial)

1. Open Navicat, click the connection in the upper left corner, and select Type of database to connect to, such as mysql;

How to connect to the database in navicat

2. Fill in the connection name and database password in the pop-up window;

How to connect to the database in navicat

3. After completion, test whether the connection is successful. Click Test Connection in the lower left corner. If the following interface pops up, the connection is successful.

How to connect to the database in navicat

4. Then right-click the connection and select New Database;

How to connect to the database in navicat

5. Enter the database name and select Use Character set, generally choose utf8, click OK;

How to connect to the database in navicat

is completed. Now the database has been successfully connected and the database can be operated.

The above is the detailed content of How to connect to the database in navicat. 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!