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

How to use navicat to create a database

angryTom
angryTomOriginal
2019-08-09 15:07:228021browse

How to use navicat to create a database

When developing a website, you often need to use a database to save data. How do we create a database and create a data table? The method is actually very simple. Below, Ozawa will teach you the operation process of how to use Navicat for MySql to create a database.

Recommended tutorial: navicat graphic tutorial

##1. Open the database management tool Navicat for MySql. It is Used to manage the creation, management and other operations of our database, as shown in the following figure:

How to use navicat to create a database

2. After opening Navicat for MySql, right-click on the left side of the mouse and select New Database

How to use navicat to create a database

#3. Enter the page to create a database. Name the database myxiaoze; fill in utf8 -- UTF-8 Unicode for the character set; fill in utf8_general_ci for the sorting rule. After filling in, click Confirm:

How to use navicat to create a database

4. Right-click refresh on the left side, and you will see the database you just created, as shown below:

How to use navicat to create a database

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