当前位置:网站首页>navicat新建数据库
navicat新建数据库
2022-07-30 21:21:00 【及时机芯】
一、打开navicat,新建一个连接
连接——mysql——填写信息
二、新建数据库
右键——点击新建数据库(如果图标是灰色,直接双击即可)
2.1 字符集选择
一般选择utf8,里面utf8mb4也可以选,区别在于utf8mb4兼容utf8,且比utf8能表示更多的字符。感兴趣的可以看一下区别,unicode编码区从1 ~ 126就属于传统utf8区,126行以下就是utf8mb4扩充区,如果不需要扩充区字符而去设置只是浪费空间。
2.2排序规则的选择
排序规则一般有3种: utf8_general_ci、utf8_general_cs、utf8_bin。
(1)ci全称为case insensitive,意思是大小写不敏感;
(2)cs区分大小写;
(3)bin是以二进制数据存储,且区分大小写。
三、创建表
创建一个查询,输入新建表格语句就可。
先自我介绍一下,小编13年上师交大毕业,曾经在小公司待过,去过华为OPPO等大厂,18年进入阿里,直到现在。深知大多数初中级java工程师,想要升技能,往往是需要自己摸索成长或是报班学习,但对于培训机构动则近万元的学费,着实压力不小。自己不成体系的自学效率很低又漫长,而且容易碰到天花板技术停止不前。因此我收集了一份《java开发全套学习资料》送给大家,初衷也很简单,就是希望帮助到想自学又不知道该从何学起的朋友,同时减轻大家的负担。添加下方名片,即可获取全套学习资料哦
边栏推荐
- mpls简介
- Babbitt | Metaverse Daily Must Read: The shuffling is coming, will the digital Tibetan industry usher in a new batch of leaders in the second half?Will there be new ways to play?...
- 深入浅出边缘云 | 3. 资源配置
- 在IDEA中使用JUnit4和JUnitGenerator V2.0自动生成测试模块
- GPGGA NTRIP RTCM Notes
- [Typora] This beta version of Typora is expired, please download and install a newer version.
- C language: detailed explanation of operators
- Union, the difference between union and structure, the knowledge of enumeration of C language corners
- IDEA2018.3.5 cancel double-click Shift shortcut
- Swift RegexBuilder Vs. Raku Grammar
猜你喜欢
A simple rich text editor
WeChat reading, export notes
弹性盒子模型
【软件工程之美 - 专栏笔记】31 | 软件测试要为产品质量负责吗?
QUALITY-GATED CONVOLUTIONAL LSTM FOR ENHANCING COMPRESSED VIDEO
openim支持十万超级大群
Google Earth Engine ——ee.List.sequence函数的使用
深入浅出边缘云 | 3. 资源配置
[Deep Learning] Understanding of Domain Adaptation in Transfer Learning and Introduction of 3 Techniques
GPGGA NTRIP RTCM Notes
随机推荐
bgp路由过滤
Automatically generate test modules using JUnit4 and JUnitGenerator V2.0 in IDEA
DPW-SDNet: Dual Pixel-Wavelet Domain Deep CNNs for Soft Decoding of JPEG-Compressed Images
Simple configuration of three-tier architecture
系统结构考点之流水线向量点积
The structure of knowledge in the corners of the C language
GPGGA NTRIP RTCM Notes
Apache DolphinScheduler新一代分布式工作流任务调度平台实战-上
C language: detailed explanation of operators
微信公众号授权登录后报redirect_uri参数错误的问题
ENS 表情包域名火了!是炒作还是机遇?
[Machine Learning] The Beauty of Mathematics Behind Gradient Descent
你需要知道的ES6—ES13开发技巧
About the data synchronization delay of MySQL master-slave replication
Deep Non-Local Kalman Network for VideoCompression Artifact Reduction
Motion Tuned Spatio-temporal Quality Assessmentof Natural Videos
qt使用动态库(DLL)
基于ABP实现DDD--领域逻辑和应用逻辑
JDBC(详解)
共用体、共用体与结构体的区别、枚举之C语言犄角旮旯的知识