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 0e14781 commit 2e97543Copy full SHA for 2e97543
README.md
@@ -9,11 +9,11 @@ Usage: check how many orphaned rows you have
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
12
- user@host-$ mysql zabbix < checkscript.sql
+ user@host-$ mysql -f 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
+ user@host-$ mysql -f zabbix < cleanup.sql
0 commit comments