当前位置:网站首页>Navicat new database
Navicat new database
2022-07-30 06:05:00 【m0_67393295】
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 a 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
边栏推荐
猜你喜欢
随机推荐
【图像检测】基于灰度图像的积累加权边缘检测方法研究附matlab代码
cmd(命令行)操作或连接mysql数据库,以及创建数据库与表
nacos-2.0.3启动报错出现no datasource set的坑
108. 将有序数组转换为二叉搜索树
429. N 叉树的层序遍历(两种解法)
JVM 类加载机制 超详细学习笔记(三)
IDEA的database使用教程(使用mysql数据库)
[GO语言基础] 一.为什么我要学习Golang以及GO语言入门普及
Participate in open source, let programmers regain their blood and passion
Oracle补丁体系及Opatch工具介绍
MySQL - Function and Constraint Commands
Different lower_case_table_names settings for server (‘1‘) and data dictionary (‘0‘) 解决方案
[Koltin Flow (2)] The end operator of the Flow operator
How is crawler data collected and organized?
个人博客系统(附源码)
图形镜像对称(示意图)
php数组实现根据某个键值将相同键值合并生成新二维数组的方法
MySQL kills 10 questions, how many questions can you stick to?
MySQL(3)
排列数字(DAY90)dfs