Re: Auto Fix DB with crontab
Re: Auto Fix DB with crontab
It does manipulate your db while your server is running, it may damage them if they are not already. DBtool is supposed to be used to repair your db if you have problems, and not on a cron base..
Re: Auto Fix DB with crontab
Not a good idea.
That is, unless you want random rows dissapearing.
You dont wanna be messing with the database whilst the server is drawing and saving infomation to it.
Re: Auto Fix DB with crontab
As the other said before: not something to do. You don't want to rebuild the database whilst the server writes to it. At most you could do so each time the server is started.
Don't fix what isn't broke, that's just asking for troubles.
Re: Auto Fix DB with crontab
lol, this will kill your database..
Re: Auto Fix DB with crontab