> 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?
>
> Page code:
>
> <!DOCTYPE html><html><head><title>Database error - Crypto++ 
> Wiki</title><style>body { font-family: sans-serif; margin: 0; padding: 0.5em 
> 2em; }</style></head><body><p>A database query error has occurred.This may 
> indicate a bug in the software.</p><ul><li>Query: <div class="mw-code" 
> dir="ltr">SELECT  page_title,old_text,old_flags  FROM 
> `wikicryptopp_page`,`wikicryptopp_revision`,`wikicryptopp_text`   WHERE 
> page_is_redirect = '0' AND page_namespace = '8' AND (page_title NOT LIKE 
> '%/%' ) AND (page_latest=rev_id) AND (rev_text_id=old_id) AND (page_len &lt;= 
> 10000)  </div></li><li>Function: <code 
> dir="ltr">MessageCache::loadFromDB(en)-small</code></li><li>Error: <samp 
> dir="ltr">145 Table './my_wiki/wikicryptopp_revision' is marked as crashed 
> and should be repaired (localhost)</samp></li></ul></body></html>
>
> Fixed... MediaWiki crashes on occasion.

MariaDB [my_wiki]> REPAIR TABLE wikicryptopp_revision;
+-------------------------------+--------+----------+----------+
| Table                         | Op     | Msg_type | Msg_text |
+-------------------------------+--------+----------+----------+
| my_wiki.wikicryptopp_revision | repair | status   | OK       |
+-------------------------------+--------+----------+----------+
1 row in set (0.07 sec)

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