Monthly Archives: April 2008

How to edit the Mediawiki main page

Edit this page: MediaWiki:Mainpage as in: http://www.yourdomain.com/wiki/index.php/MediaWiki:Mainpage

Posted in Mediawiki | Leave a comment

Troubleshooting a MySQL query

Use EXPLAIN to show which indexes are being used. mysql> EXPLAIN SELECT mycolumns FROM table1 LEFT JOIN table2;\G *************************** 1. row *************************** id: 1 select_type: SIMPLE table: ag type: ALL possible_keys: NULL key: NULL key_len: NULL ref: NULL rows: 1010 … Continue reading

Leave a comment