• Windows
  • Linux
  • 前端
  • 后端
  • 其他

MySQL8导入数据时,表字符集的 Collation 总是 utf8mb4_0900_ai_ci

https://www.modb.pro/db/377587 要导入的表只设置了字符集utf8mb4,没有设置校验规则,就会使用MySQL8默认的校验规则:utf8mb4_0900_ai_ci 检查校

阅读更多...

MySQL 批量更改数据库、表和字段的字符集为utf8mb4、排序规则为utf8mb4_general_ci

参考 https://blog.csdn.net/yu467059509/article/details/99447049 操作 修改数据库 # 比如需要修改的数据库为 jpress use jpr

阅读更多...

Fatal error: Can't open and lock privilege tables: Table 'mysql.user' doesn't exist

参考 mysql8.0x小版本覆盖升级修复漏洞方法(8.023到8.025)_mysql8.0小版本升级-CSDN博客 MySql解决mysql没有root用户问题_mysql no root-CSD

阅读更多...

MySQL Cursor

参考 https://blog.51cto.com/u_12260130/6178914 https://lifelmy.cn/post/2023_04_09_mysql_cursor/ 定义 Cur

阅读更多...

MySQL 触发器

参考 https://www.cnblogs.com/phpper/p/7587031.html 触发器的语法 CREATE TRIGGER trigger_name trigger_time tri

阅读更多...

MySQL 全文检索

参考 https://blog.csdn.net/huhigher/article/details/127958155 https://mp.weixin.qq.com/s/4rQnBSxAIH1zb

阅读更多...

Docker 部署 MySQL

部署 #获取镜像 docker search mysql docker pull mysql:8.0 docker pull mysql:5.7 #上传配置文件 https://fzai.lanzou

阅读更多...

MySQL 实用技巧

zerofill 零填充 面试官:int(1) 和 int(10) 有什么区别? (qq.com) 即:一般 int 后面的数字,配合 zerofill 一起使用才有效。 CREATE TABLE `

阅读更多...

Windows 安装 MySQL(zip 版)

安装MySQL8 Windows10下安装MySQL8.0 - 天霸 - 博客园 (cnblogs.com) 下载:https://downloads.mysql.com/archives/commu

阅读更多...

MySQL 数据定时备份

创建备份脚本:mysql-backup.sh #!/bin/bash #保存备份个数,备份31天数据 number=31 #备份保存路径 backup_dir=/data/backup #日期 dd=

阅读更多...

  • 上一页
  • 1
  • 2
  • 下一页
搜索

最新文章
  • Windows server设置开机自动登陆
  • MySQL8导入数据时,表字符集的 Collation 总是 utf8mb4_0900_ai_ci
  • Windows 任务栏卡死转圈圈
  • FingerprintJS 浏览器指纹识别
  • Springboot 代码更新
  • Docker 部署 MQTT
  • Git 实用命令
  • 给前端传入的请求体中值为的 null 的字段设置默认值
  • CentOS 使用 PPTP 搭建 VPN 服务器
  • 登录页密码输入框禁止粘贴的解决方式
热门标签
  • Windows server
  • 任务栏
  • 浏览器指纹识别
  • FingerprintJS
  • MQTT
  • RequestBody
  • Validated
  • PPTP
  • VPN
  • HTML
豫公网安备 41010702003051号 |  豫ICP备2020036358号-2   gitee qq 邮件