Mozilla Quebec down

@tad I’m not sure the right place to file a bug. I had told Fredy Rouge to check out the IRC channel. Do you know what’s up? Perhaps he’s one of the people that was unresponsive and the site is down intentionally?

@tad, et al:

If it goes down again it’s because of a corrupt table. Run this to get it back online, at least temporarily:

# my (Opens MySQL in MT Shared)
mysql> USE wordpress_f2;
mysql> REPAIR TABLE wp_options;
mysql> CHECK TABLE wp_options;