From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.43) id 1Ds6Os-0005a1-L2 for garchives@archives.gentoo.org; Mon, 11 Jul 2005 22:05:19 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j6BM3A5n015389; Mon, 11 Jul 2005 22:03:10 GMT Received: from mail.pnpitalia.it (ip-pub.fastwebnet.it [85.18.21.122] (may be forged)) by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j6BLxBmi019272 for ; Mon, 11 Jul 2005 21:59:11 GMT Received: from localhost (localhost [127.0.0.1]) by mail.pnpitalia.it (Postfix) with ESMTP id D1C3A7AD55D for ; Mon, 11 Jul 2005 22:55:20 +0200 (CEST) Received: from mail.pnpitalia.it ([127.0.0.1]) by localhost (db [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00418-18 for ; Mon, 11 Jul 2005 22:55:20 +0200 (CEST) Received: from [192.168.4.153] (unknown [192.168.4.153]) by mail.pnpitalia.it (Postfix) with ESMTP id 5499A7AD556 for ; Mon, 11 Jul 2005 22:55:20 +0200 (CEST) Message-ID: <42D2DCB0.80403@gentoo.org> Date: Mon, 11 Jul 2005 22:55:12 +0200 From: Francesco R User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] New MySQL doc References: <20050712133816.74d66597@localhost> In-Reply-To: <20050712133816.74d66597@localhost> X-Enigmail-Version: 0.92.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at db X-Archives-Salt: c19f885f-fa8a-4592-b000-d9b4af6a00b5 X-Archives-Hash: 9fc64cc9dd628487d93d3aedcf50463e -----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