当前位置:网站首页>Steps for Navicat to create a new database
Steps for Navicat to create a new database
2022-07-02 15:25:00 【I'm not big head】
ps: If you want to crack the version navicat, Just comment below , I have an old version cracked , free
open navicat Tools , Connect your own mysql The server , Then right click on the connection as shown in the figure , Select new database .

In the new database dialog box , You need to enter the database name , Select character set and collation , English name is recommended .

There are many lists in the character set drop-down box , You can enter keywords to filter , Pictured , Input utf You can filter out utf Character set at the beginning , Commonly used utf-8 and gbk Character set .( Generally, the coding format of his picture frame is used )

The selection of sorting rules requires attention ,utf8_general_ci、utf8_general_cs、utf8_bin The difference between ,ci Its full name is case insensitive, It means the case is not sensitive ,cs Case sensitive ,bin Is stored in binary data , And case sensitive . If the database is required to be case insensitive , You need to choose ci At the end of the .( Generally, there is no need to sort , It defaults to blank directly )

After that , Click ok , Then a new database will be created . As shown in the figure ,test_dev Database has been created , The database just created , The table and other objects inside are empty , Later, you can create table objects as needed .

Let's introduce , If the database is not needed , Delete method , After selecting the database for , Right click and select Delete database .

边栏推荐
- Implementation of n queen in C language
- 2021-2022学年编译原理考试重点[华侨大学]
- Pytorch 保存tensor到.mat文件
- php获取数组中键值最大数组项的索引值的方法
- Practical debugging skills
- Topology architecture of the minimum deployment of tidb cluster
- How to find a sense of career direction
- Points clés de l'examen de principe de compilation pour l'année scolaire 2021 - 2022 [Université chinoise d'outre - mer]
- GeoServer offline map service construction and layer Publishing
- 15_Redis_Redis.conf详解
猜你喜欢

FPGA - 7系列 FPGA内部结构之Clocking -03- 时钟管理模块(CMT)

Mavn 搭建 Nexus 私服

解决el-radio-group 回显后不能编辑问题

飞凌嵌入式RZ/G2L处理器核心板及开发板上手评测
![[noi simulation] Elis (greedy, simulation)](/img/a2/f8c8ab3bc8dd779327be3f76990976.png)
[noi simulation] Elis (greedy, simulation)

21_ Redis_ Analysis of redis cache penetration and avalanche

语义分割学习笔记(一)

How to find a sense of career direction

Practical debugging skills

Leetcode - Search 2D matrix
随机推荐
Application and practice of Jenkins pipeline
17_Redis_Redis发布订阅
php获取数组中键值最大数组项的索引值的方法
11_ Redis_ Hyperloglog_ command
Storage read-write speed and network measurement based on rz/g2l | ok-g2ld-c development board
20_Redis_哨兵模式
Set set you don't know
LeetCode_ String_ Simple_ 412.Fizz Buzz
18_ Redis_ Redis master-slave replication & cluster building
【网络安全】网络资产收集
牛客练习赛101
学习使用php实现公历农历转换的方法代码
08_ strand
06_栈和队列转换
Tidb data migration scenario overview
04.进入云原生后的企业级应用构建的一些思考
搭载TI AM62x处理器,飞凌FET6254-C核心板首发上市!
17_ Redis_ Redis publish subscription
TiDB混合部署拓扑
AtCoder Beginner Contest 254