We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6ca969 commit c06b8beCopy full SHA for c06b8be
README.md
@@ -8,10 +8,12 @@ Usage: check how many orphaned rows you have
8
============================================
9
10
These queries are safe to run, but if you have a large database please note that these can take a while (read: a few hours is normal).
11
- user@host-$ mysql zabbix < checkscript.sql
+
12
+ user@host-$ mysql zabbix < checkscript.sql
13
14
Usage: delete the orphaned rows
15
===============================
16
17
Use the queries above on your won risk. Take *backups* first. Once you have back-ups, go ahead and be brave.
18
19
user@host-$ mysql zabbix < cleanup.sql
0 commit comments