当前位置:网站首页>Navicat new database
Navicat new database
2022-07-30 21:32:00 【Timely movement】
First, open navicat and create a new connection
Connect - mysql - fill in the information
Second, create a new database
Right click - click on the new database (if the icon is gray, just double-click)
2.1 Character Set Selection
Utf8 is generally selected, and utf8mb4 can also be selected. The difference is that utf8mb4 is compatible with utf8 and can represent more characters than utf8.If you are interested, you can take a look at the difference, unicode The coding area is from 1 to 126It belongs to the traditional utf8 area. Below 126 lines is the utf8mb4 expansion area. If you don't need the expansion area characters, setting it is just a waste of space.
2.2 Selection of sorting rules
There are generally three kinds of collation rules: utf8_general_ci, utf8_general_cs, utf8_bin.
(1) The full name of ci is case insensitive, which means case insensitive;
(2) cscase sensitivewrite;
(3) bin is stored in binary data and is case-sensitive.
Third, create a table
To create a query, enter the new form statement.
Let me introduce myself first. The editor graduated from Shanghai Jiaotong University in 2013. I worked in a small company and went to big factories such as Huawei and OPPO. I joined Alibaba in 2018, until now.I know that most junior and intermediate java engineers want to upgrade their skills, they often need to explore their own growth or sign up to study, but for training institutions, the tuition fee is nearly 10,000 yuan, which is really stressful.Self-learning that is not systematic is very inefficient and lengthy, and it is easy to hit the ceiling and the technology stops.Therefore, I collected a "full set of learning materials for java development" for everyone. The original intention is also very simple. I hope to help friends who want to learn by themselves but don't know where to start, and at the same time reduce everyone's burden.Add the business card below to get a full set of learning materials
边栏推荐
猜你喜欢
【Network Security Column Directory】--Penguin Column Navigation
GPGGA NTRIP RTCM 笔记
关于MySQL主从复制的数据同步延迟问题
【深度学习】目标检测|SSD原理与实现
牛客小白月赛53 A-E
How do I refresh the company's background management system (Part 1) - performance optimization
ClickHouse删除数据之delete问题详解
MySQL笔记2(函数,约束,多表查询,事务)
openim支持十万超级大群
navicat无法连接mysql超详细处理方法
随机推荐
【限时福利】21天学习挑战赛 - MySQL从入门到精通
我是如何让公司后台管理系统焕然一新的(上) -性能优化
go慢速入门——函数
About the error of SFML Rect.inl file
Navigation Bar----Personal Center Dropdown
Image Restoration by Estimating Frequency Distribution of Local Patches
Union, the difference between union and structure, the knowledge of enumeration of C language corners
三层架构简单配置
Motion Tuned Spatio-temporal Quality Assessmentof Natural Videos
外包干了三年,废了...
GPGGA NTRIP RTCM 笔记
MySQL 游标
[Deep Learning] Understanding of Domain Adaptation in Transfer Learning and Introduction of 3 Techniques
JDBC(详解)
为什么那么多自学软件测试的人,后来都放弃了...
opencv,numpy,tensor格式转换
系统结构考点之多级混洗交换网络
WinDbg实践--入门篇
ELF:加载过程
关于SFML Rect.inl文件报错的问题