字节2面:MySQL枚举类型该如何定义? enum?tinyint?char?varchar?
你好,我是**猿java** 最近,看到字节的一道 2面题:MySQL枚举类型该如何定义?enum?tinyint?char?varchar?该如何选择?今天一起来分析它。 enum {#enum} ============ enum简介 {#enum简介} ---------------- enum 是一个字符串对象,其值在创建表时显式枚举,enum从 MySQL 3...
你好,我是**猿java** 最近,看到字节的一道 2面题:MySQL枚举类型该如何定义?enum?tinyint?char?varchar?该如何选择?今天一起来分析它。 enum {#enum} ============ enum简介 {#enum简介} ---------------- enum 是一个字符串对象,其值在创建表时显式枚举,enum从 MySQL 3...
[root@m01 /etc/ansible/roles/mysqlserver/tasks]#cat main.yml - name: Install MariaDb-Server yum: name: - mariadb-server - MySQL-python s...
问题描述: 用 ansible 安装 mysql 的时候 在db1 装mariadb 后, 后期还要在 db01 上装 redis 做会话保持,发现 db01上 mysql 倒库的时候报错,也手动的去解决过这个问题,比较麻烦: https://www.baimeidashu.com/8192.html 后来发现 ,当task失败时,ansible会停止执行失败的那台主机上的...
方法1: 用SET PASSWORD命令 首先登录MySQL。 格式:[mysql](https://www.baimeidashu.com/tag/mysql "View all posts in mysql")\> set password for 用户名@localhost = password('新密码'); 例子:...
你好,我是猿java。 最近,因为换电脑,需要在本地安装 MySQL 的测试环境版本,电脑是 macOS M1芯片,因为中间折腾了一番,所以特意把安装的过程记录如下: 操作系统 {#操作系统} ------------ ![img.png](/images/post/java/macos.png) MySQL源码下载 {#MySQL源码下载} -------------...
你好,我是猿java。 最近,同事在生产上遇到一个 MySQL死锁的问题,于是在帮忙解决问题后,特意花了一周的时间,把 MySQL所有的锁都整理了一遍,今天就来一起聊聊 MySQL锁。 > 申明:本文基于 MySQL 8.0.30 版本,InnoDB引擎 MySQL数据库锁设计的初衷是处理并发问题,保证数据安全。MySQL 数据库锁可以从下面 3个维度进行划分: *...
Hello Hi,你好,我是猿java。 在实际开发工作中,难免会使用到 MySQL 的 count(expr) 函数进行统计操作,但是,对于count(1)、count(\*)、count(常量)、count(主键)、count(非主键)、count(distinct(字段)) 等多个函数,很多开发人员因为缺乏原理性的了解,往往会比较困惑选择哪一种,特别是在加 where ...
goland 项目添加 git (github) ![](http://static.51tbox.com/static/2024-08-29/col/caebc437749195f71fe3afd2c3264096/b1f45072ce01438f98405c3e38f1fd06.png.jpg) ![](http://static.51tbox.com/static/2...
github令牌授权 https://github.com/settings/tokens ![](http://static.51tbox.com/static/2024-08-29/col/9e4451fc50a583fdaae6e086749328a8/3c379e5a92a3420fa3ea89138a6f4f81.png.jpg) ![](http://stat...
![](http://static.51tbox.com/static/2024-08-29/col/3bc5ea2626ffb2a05e946fbfc3983a7f/efb130dc6c9943cd8abdd0fc366ec472.png.jpg) fatal: unable to access 'https://github.com/chaoren399/...