mysql8 yum 方式安装
<p>mysql 8 yum 方式安装</p> <p><a href="https://zhuanlan.zhihu.com/p/623778183?utm_id=0">https://zhuanlan.zhihu.com/p/623778183?utm_id=0</a></p> <...
51工具盒子
<p>mysql 8 yum 方式安装</p> <p><a href="https://zhuanlan.zhihu.com/p/623778183?utm_id=0">https://zhuanlan.zhihu.com/p/623778183?utm_id=0</a></p> <...
altermanager 对mysql 告警 配置 prometheus vim prometheus.yml # Alertmanager configuration alerting: alertmanagers: - static_configs: - targets: ['...
<p>linux 自动重启服务 shell</p> <p><a href="https://pythonjishu.com/xfrmxvknruflotq/">linux下监视进程 崩溃挂掉后自动重启的shell脚本 - Python技术站 (pythonjishu.com)</a></p&g...
****prometheus监控MySQL环境**** --------------------------- 思路就是 mysqld_exporter 登录 远程mysql 然后 采集数据, 传给 promtheus, 然后 在通过 grafana展示。 1- 安装 mysql: mysql 8 yum 方式安装 : [连接](https://51tbox.com/) ...
<p>k8s 安装 mysql: 8.0.26</p> <p>mysql: 8.0.26 安装方式</p> <p>1- 配置 字典</p> <p>配置-》 配置字典</p> <p>mysql8-conf</p> <p><img src=&qu...
<p>连接</p> <p>navict 工具好用, datagrip 不好用。</p> <p><img src="http://static.51tbox.com/static/2024-08-29/col/ea918397887c3e016d440b96dd4d2f8b/a831130a296347b...
Confluence 不支持数据库排序规则 "utf8mb4_general_ci"。 您需要使用 "utf8_bin, utf8mb4_bin"。 **排序规则错误** </p> <p><a href="https://blog.csdn.net/m0_51510236/article/details/129190003">Windows安装 MySQL5.7(超详细)_windows安装mysql5.7-CSDN博客<...
查看 默认情况下slow_query_log的值为OFF,表示慢查询日志是禁用的 MySQL的慢查询,全名是慢查询日志,是MySQL提供的一种日志记录,用来记录在MySQL中响应时间超过阀值的语句。 具体环境中,运行时间超过long_query_time值的SQL语句,则会被记录到慢查询日志中。 long_query_time的默认值为10,意思...
### 1. 找到my.cnf配置文件 lower_case_table_names=1 默认是等于0的,即大小写敏感。改成1忽略大小写问题 ![](http://static.51tbox.com/static/2024-08-29/col/a04110f8410f109f5fd7b4e4aedcd5ff/c5dc828bec504878aba48e25c05983a7...