当前位置:网站首页>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 .
边栏推荐
- 11_ Redis_ Hyperloglog_ command
- The past and present lives of visual page building tools
- Base64 coding can be understood this way
- 飞凌嵌入式RZ/G2L处理器核心板及开发板上手评测
- .NET Core 日志系统
- Key points of compilation principle examination in 2021-2022 academic year [overseas Chinese University]
- Niuke Practice 101
- Infra11199 database system
- . Net core logging system
- FPGA - clock-03-clock management module (CMT) of internal structure of 7 Series FPGA
猜你喜欢
随机推荐
牛客练习赛101
学习使用php实现公历农历转换的方法代码
Record an interview
数据分析常见的英文缩写(一)
4. Data splitting of Flink real-time project
XML Configuration File
Data analysis thinking analysis methods and business knowledge - business indicators
Practice of compiling principle course -- implementing an interpreter or compiler of elementary function operation language
Common English abbreviations for data analysis (I)
Leetcode - Search 2D matrix
面对“缺芯”挑战,飞凌如何为客户产能提供稳定强大的保障?
[solution] educational codeforces round 82
Deploy tidb cluster with tiup
Huffman tree: (1) input each character and its weight (2) construct Huffman tree (3) carry out Huffman coding (4) find hc[i], and get the Huffman coding of each character
How does the computer set up speakers to play microphone sound
11_Redis_Hyperloglog_命令
让您的HMI更具优势,FET-G2LD-C核心板是个好选择
Apprendre le Code de la méthode de conversion du calendrier lunaire grégorien en utilisant PHP
How to solve the problem of database content output
学习使用php将时间戳转换为大写日期的方法代码示例