Skip to content

CTQ

  • 首页
  • 关于
  • 阿里云
  • 腾讯云

分类:mysql

Posted on 2020年7月16日 by ctq

MySQL性能基准测试对比:5.7 VS 8.0

Leave a comment

Mysql被Oracle收编后,推出了MySql 8版本,该版本推出也有一些时间了,但我现在依然用的是5.6版
Continue reading MySQL性能基准测试对比:5.7 VS 8.0

Posted on 2020年7月1日 by ctq

Mysql 死锁查看和解决办法

Leave a comment

Mysql数据库用Innodb建表后,如果操作不当,可能会引发死锁。这时进程挂起无法响应请求,对生产环境是很大
Continue reading Mysql 死锁查看和解决办法

Posted on 2019年12月25日 by ctq

mysql字符集相关命令

Leave a comment

踩了mysql字符集的坑之后(具体见《mysql之坑–UTF8字符集》),打算整理一份mysql字符集相关的命
Continue reading mysql字符集相关命令

Posted on 2019年12月25日 by ctq

mysql之坑–UTF8字符集

Leave a comment

Mysql的UTF8字符集不是标准的UTF8字符集! 行业定义中的UTF8是4个字节组成的字符集,所有的前后端
Continue reading mysql之坑–UTF8字符集

Posted on 2019年4月3日 by ctq

MySql存储过程退出

Leave a comment

mysql的存储过程不支持quit, exit或return的方式退出,个人觉得作为一个成熟的数据库产品不应该
Continue reading MySql存储过程退出

Posted on 2019年4月1日 by ctq

MySql删除重复数据

Leave a comment

删除表中多余的重复记录,重复记录是根据单个字段(id)来判断,只留有id最小的记录。 [crayon-6037
Continue reading MySql删除重复数据

Posted on 2019年3月5日 by ctq

MySQL中把汉字转换成拼音的方法

Leave a comment

1.建表

MySQL
1
2
3
4
5
CREATE TABLE `t_base_pinyin` (
  `pin_yin_` VARCHAR(255) CHARACTER SET gbk NOT NULL,
  `code_` INT(11) NOT NULL,
  PRIMARY KEY (`code_`)
)

  2.写入拼音数据 [
Continue reading MySQL中把汉字转换成拼音的方法

Posted on 2019年2月28日 by ctq

MySQL存储过程的异常处理

Leave a comment

为方便说明如何处理异常,我们先创建一个存储过程: [crayon-60370fe066347716567314
Continue reading MySQL存储过程的异常处理

Posted on 2019年1月20日 by ctq

MySql各存储引擎区别

Leave a comment

MySQL有3种存储引擎: MyISAM InnoDB 各存储引擎可对应不同的应用场景。 MyISAM 它不支
Continue reading MySql各存储引擎区别

Posted on 2018年12月8日 by ctq

mysql运行报The server time zone value ‘Öйú±ê׼ʱ¼ä’ is unrecognized or represents more than one time zone的解决方法

Leave a comment

今天使用springboot2搭建应用,使用了mysql-jdbc的8.0版本,进行数据库连接时,莫名出现了题
Continue reading mysql运行报The server time zone value ‘Öйú±ê׼ʱ¼ä’ is unrecognized or represents more than one time zone的解决方法

文章导航

Page 1 Page 2 Next
2021年二月
一 二 三 四 五 六 日
« 12月    
1234567
891011121314
15161718192021
22232425262728

分类目录

  • android (5)
  • apache (7)
  • css (1)
  • docker (1)
  • ElasticSearch (3)
  • flutter (6)
  • HTML (7)
  • java (19)
  • javafx (1)
  • javascript (18)
  • linux (10)
  • maven (6)
  • mybatis (5)
  • mysql (17)
  • nginx (4)
  • node (4)
  • springboot (16)
  • vue (7)
  • windows (4)
  • 一些知识点 (5)
  • 互联网资源 (3)
  • 前端 (1)
  • 好工具 (7)
  • 微信小程序 (3)
  • 未分类 (10)
  • 理念 (1)
  • 生活 (1)
  • 腾讯云 (17)
  • 行业要闻 (19)
  • 阿里云推广 (6)

标签

const (1) foreach (2) gzip (2) https (6) import (1) jar (1) json (2) jvm (2) let (1) maven (2) nginx (2) nodejs (1) openssl (1) PathParam (1) PathVariable (1) react native (1) RequestParam (1) require (1) rowid (1) rownum (1) ssl (3) subst (1) var (1) 上传 (2) 事件 (3) 前端 (2) 动态 (2) 压缩 (2) 图片 (3) 存储过程 (2) 容器技术 (1) 并发 (3) 异常 (2) 微服务 (1) 拼音 (2) 时间 (3) 本地存储 (2) 格式化 (2) 汉字 (3) 注释 (1) 浅拷贝 (1) 深拷贝 (1) 自增 (1) 自定义注解 (2) 证书 (2)

文章归档

功能

  • 登录
  • 文章RSS
  • 评论RSS
  • WordPress.org

© CTQ 2021
浙ICP备18025158号