Home  >  Article  >  Database  >  How to create a database in navicat

How to create a database in navicat

angryTom
angryTomOriginal
2019-08-07 11:10:4722163browse

How to create a database in navicat

Use navicat to quickly create a database. Let’s take creating a Mysql database as an example. The operation of other databases in navicat is the same.

Recommended tutorial: MySQL database introductory video tutorial

1. Open navicat

How to create a database in navicat

2. Select the database connection "root" Right-click - "Create new database

How to create a database in navicat

3. Fill in the database name. Note that the name does not start with a number, and does not contain Chinese, spaces, special characters, etc.

How to create a database in navicat

4. Select "Character Set", the commonly used one is utf8

How to create a database in navicat

##5. Select "Collation Rule" Here select the first utf8

How to create a database in navicat

6. Click "OK" and the database will be created

How to create a database in navicat

7. Double-click You can see the elements in the newly created database

How to create a database in navicat

The above is the detailed content of How to create a database in 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