当前位置:网站首页>Navicat new database
Navicat new database
2022-08-02 06:09:00 【Well well well!】
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
边栏推荐
猜你喜欢
Android Studio 实现登录注册-源代码 (连接MySql数据库)
"Digital reconstruction of the system, getting the CEO is the first step"
12 reasons for MySQL slow query
How to quickly delete the compressed package password?
MySQL 8.0.28 version installation and configuration method graphic tutorial
系统(层次)聚类
UE4 蓝图实现AI随机移动
MySQL(7)
MySQL安装常见报错处理大全
UE4 创建开始游戏界面UI
随机推荐
Mysql子查询关键字的使用(exists)
力扣练习——33 原子的数量
ES6——class类实现继承
navicat新建数据库
mysql实现按照自定义(指定顺序)排序
Google 安装印象笔记剪藏插件
Android Studio 实现登录注册-源代码 (连接MySql数据库)
MySQL安装常见报错处理大全
【语义分割】FCN
在 .NET MAUI 中如何更好地自定义控件
数据湖:流计算处理框架Flink概述
interrupt()、interrupted()和isInterrupted()你真的懂了吗
来自雪域高原的馈赠——大凉山高原生态糖心苹果
MES系统物料管理的五大功能,建议收藏
编译失败:HBuilderX 安装目录不能包括 ( 等特殊字符 (HBuilderX,uni-app报错)
YOLOV5学习笔记(四)——项目目录及代码讲解
Does Conway's Law Matter for System Architecture?
MySql字符串拆分实现split功能(字段分割转列、转行)
canvas 像素操作(图片像素操作)
单调队列模板 滑动窗口