当前位置:网站首页>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
边栏推荐
- [Koltin Flow (2)] The end operator of the Flow operator
- [Mysql] DATEDIFF函数
- 《后浪》程序员版,献给新一代程序员的演讲,何冰《后浪》演讲模仿秀
- PyCharm usage tutorial (more detailed, picture + text)
- 号称年薪30万占比最多的专业,你知道是啥嘛?
- Detailed MySQL-Explain
- "Hou Lang" programmer version, a speech dedicated to a new generation of programmers, He Bing's "Hou Lang" speech imitation show
- MySQL 数据库基础知识(系统化一篇入门)
- cmd (command line) to operate or connect to the mysql database, and to create databases and tables
- 五一去见了一些身价数千万的成功人士,我一些新的思路和启示
猜你喜欢

It's time to have to learn English, give yourself multiple paths

CISP-PTE Zhenti Demonstration

图形镜像对称(示意图)

Learn FPGA from the underlying structure (6) ---- Distributed RAM (DRAM, Distributed RAM)

MySQL 用户授权

WeChat payment and payment callback

Nacos 原理

报错:npm ERR code EPERM

Personal blog system (with source code)

MySQL(3)
随机推荐
MySQL kills 10 questions, how many questions can you stick to?
成绩排序(华中科技大学考研机试题)(DAY 87)
Redis基础学习
留念 · 大学时代最后的系统设计图
navicat无法连接mysql超详细处理方法
ClickHouse 数据插入、更新与删除操作 SQL
asyncawait和promise的区别
质数(清华大学机试题)(DAY 86)
IDEA的database使用教程(使用mysql数据库)
idea设置自动带参数的方法注释(有效)
从字节码角度带你彻底理解i++与++i
An old programmer's summary review of 2020, how to become more awesome in 2021
Concurrent Programming Review
Programmers make money and practice, teach you how to do paid courses, self-media, paid articles and paid technical courses to make money
JVM面试总结
如何使用FirewallD限制网络访问
I went to meet some successful people worth tens of millions on May 1st, and I have some new ideas and inspirations
MySQL Basics (DDL, DML, DQL)
429. N 叉树的层序遍历(两种解法)
丑陋的程序员