The MySQL Users Conference 2006 is just a few days away. Everybody's preparing for the journey. So am I. We all might probably want to hack away on the local MySQL installations on our laptops while on the road, but there might not always be a wireless access point in reach...
So you better get yourself a fresh offline copy of the MySQL
manuals to work with. That's what I just did. But it got a little
bit tedious since the manual had been split into multiple
versions: Download all the versions you need, unpack them, rename
the directories to reflect the version of the manual, probably
install a symbolic link to the index.hml
and remove
the tar.gz
package.
I'm a lazy guy when it comes to tedious work. And when I have to do the same thing for the second time (I downloaded the manuals already when I went on another trip recently) it's definitely time to write a script that does the work for me. Enters the …
[Read more]