-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Chris White wrote: >Here's the initial devspace draft of the new MySQL draft I've been working on: > >http://dev.gentoo.org/~chriswhite/mysql.html > >Comments, etc are welcome. > >Chris White
one reminder: "Code listing 1.3: MySQL configuration" probably will change for mysql-4.1 and better (when unmasked) and having the possibility to scroll the screen, "Code listing 4.19: Finding our guest user in the user table" mysql> SELECT * FROM user WHERE User = 'guest'; may become "Code listing 4.19: Finding our guest user in the user table" mysql> SELECT * FROM user WHERE User = 'guest' \G to make it more readable. See J.M. email too the default my.cnf has the following line bind-address = 127.0.0.1 that actually restrict the server access to local machine only. You may want to signal this in the "Granting Privleges with GRANT" section. Last but not last, thankyou -> nice intro document Francesco R. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFC0tyw1wNBTLVPMuARAroiAJsHl8+M1cOD0Yq2Zlti8kVaMxDnIQCdFIke NS4BndQanBMCysEuApHAwG0= =dy9e -----END PGP SIGNATURE----- -- gentoo-dev@gentoo.org mailing list