> I was just about to look something up on our wiki and received an error 
> message.
> Is this me or is the wiki software down?
>

Sorry to dig up an old message. I recently added the mysqlcheck command to 
the daily backup script:

    # New
    mysqlcheck my_wiki --auto-repair --user=<user> --password=<password>

    # Existing
    mysqldump --single-transaction --routines --events --triggers 
--add-drop-table --extended-insert ...

    # Duplicity
    ...

The mysqlcheck --auto-check should fix all the tables that have problems 
(I've seen it as high as 25 for our small wiki).

It should be an improvement over me playing whack-a-mole. I hope that 
squashes the wiki problems once and for all.

Jeff

-- 
-- 
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to [email protected].
More information about Crypto++ and this group is available at 
http://www.cryptopp.com.
--- 
You received this message because you are subscribed to the Google Groups 
"Crypto++ Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to