我们怎样才能得到所有MySQL事件相关操作的总数呢?

2023年 8月 27日 25.9k 0

我们怎样才能得到所有MySQL事件相关操作的总数呢?

mysql> SHOW STATUS LIKE '%event%';
+--------------------------+-------+
| Variable_name | Value |
+--------------------------+-------+
| Com_alter_event | 16 |
| Com_create_event | 6 |
| Com_drop_event | 4 |
| Com_show_binlog_events | 0 |
| Com_show_create_event | 0 |
| Com_show_events | 4 |
| Com_show_relaylog_events | 0 |
+--------------------------+-------+
7 rows in set (0.17 sec)

以上就是我们怎样才能得到所有MySQL事件相关操作的总数呢?的详细内容,更多请关注每日运维网(www.mryunwei.com)其它相关文章!

相关文章

最新发布!MySQL 9.0 的向量 (VECTOR) 类型文档更新
国产数据库中级认证HCIP-openGauss经验分享
保障数据完整性与稳定性:数据库一致性
OceanBase 里的 DDL 超时时间
OceanBase v3.1.x 将不再更新版本 | 社区月报2024.6
openGauss Developer Day 2024 | SIG组工作会议亮点回看!

发布评论