...
To periodically remove temporary tables from the DB, add the following cron job on the reporting database server?.
Code Block |
---|
0 1 * * * root mysql -ureporter -preporter -e "CALL kinton_reporting.TruncateRLSTables ();" |
...
...
To periodically remove temporary tables from the DB, add the following cron job on the reporting database server?.
Code Block |
---|
0 1 * * * root mysql -ureporter -preporter -e "CALL kinton_reporting.TruncateRLSTables ();" |
...