When developing a website, you often need to use a database to save data. How do we create a database and create data tables? The method is actually very simple. Let me teach you how to use Navicat for MySql to create a database. Step 1: Create a database locally. First, start the database operating environment. If both Apache and MySQL are displayed in green, it means that the environment is started successfully. Otherwise, the database cannot be operated if the environment fails to start. Step 2: Open the database management tool Navicat for MySql, which is used to manage the creation and management of our database, as shown in the following figure: Step 3: After opening Navicat for MySql, right-click on the left and select Create a new database Step 4: Enter the page for creating 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, and click OK after filling in: Step 5: Right-click on the left to refresh, and you can see the database you just created, as shown below: The above is the detailed content of how to build a database in navicat 8 for mysql. For more information, please pay attention to other related articles on 123WORDPRESS.COM! You may also be interested in:
|
<<: Vue realizes the card flip effect
>>: Vue component to realize carousel animation
Overlay network analysis Built-in cross-host netw...
Create a database Right click - Create a new data...
This article is just to commemorate those CSS que...
<br />Original text: http://andymao.com/andy...
This example requires downloading and installing ...
Prepare war package 1. Prepare the existing Sprin...
Here are 10 HTML tags that are underused or misun...
This article example shares the specific code for...
This article shares the specific code of JavaScri...
1. Introduction MySQL Group Replication (MGR for ...
1. Introduction When writing animation effects fo...
1. Embed is illegal The <embed> tag is a pri...
1. Introduction Why do we need indexes? In genera...
During the work development process, a requiremen...
Some special characters and icons used in the pro...