Martin Brown’s blog shows a pretty good way of navigating the MySQL Reference Manual. It’s worth noting, however, that finding the different topics has been a lot easier since mysql.com started using a Google appliance for its search.
I use the documentation all the time and have been doing so for years (I won’t claim that I can remember +2000 pages worth of ever-changing content). A few years back, I stopped using the search box on dev.mysql.com because the result sets were enormous, with lots of unrelated references. My technique was to do a Google site search:
For replication use the expression: replication site:https://dev.mysql.com/doc/refman/5.0/en/index.html
The result set was smaller and I would find what I was looking for relatively easily, usually within the first page.
Since the documentation team implemented the Alphabetical Index, it has succeeded the Google search as my favorite way to get the information I needed. Things are easy to find and never more than a couple of URLs away.
With the new search capabilities, I just type any term in the Search Manual box on the left and hit Go. So far it has hit the bulls-eye every single time, saving me a lot of effort getting what I need.
For replication this is the resulting URL: https://search.mysql.com/search?site=refman-50&q=replication&lr=lang_en
This feature has long been on the wish-list of those of us who regularly work with the MySQL on-line manual. Try it out.
2 Comments. Leave new
I contrived an OpenSearch facility (of which there are now three versions) for use with Firefox and other browsers to meet the same difficulty with mNoga search on dev.mysql.com.
It’s visible on the page at https://mycroft.mozdev.org/search-engines.html?category=9 labeled as, for example, “MySQL 5.0 Manual (3rd Party – Google)”
The Google appliance at the moment is basing it’s information purely on the text, and we’ll be improving that ‘feeding’ it information that is a little more specific. and will enable us to provide more weighted links to the right pages.
I am getting there, but there’s lots of stuff that needs to happen in the background to make this all as automatic, precise, and trouble free as possible :)