Gentoo Archives: gentoo-dev

From: Francesco R <vivo@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] New MySQL doc
Date: Mon, 11 Jul 2005 22:05:19
Message-Id: 42D2DCB0.80403@gentoo.org
In Reply to: [gentoo-dev] New MySQL doc by Chris White
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA1
3
4 Chris White wrote:
5
6 >Here's the initial devspace draft of the new MySQL draft I've been
7 working on:
8 >
9 >http://dev.gentoo.org/~chriswhite/mysql.html
10 >
11 >Comments, etc are welcome.
12 >
13 >Chris White
14
15 one reminder:
16 "Code listing 1.3: MySQL configuration" probably will change for
17 mysql-4.1 and better (when unmasked)
18
19
20 and having the possibility to scroll the screen,
21
22 "Code listing 4.19: Finding our guest user in the user table"
23 mysql> SELECT * FROM user WHERE User = 'guest';
24
25 may become
26
27 "Code listing 4.19: Finding our guest user in the user table"
28 mysql> SELECT * FROM user WHERE User = 'guest' \G
29
30 to make it more readable. See J.M. email too
31
32
33 the default my.cnf has the following line
34 bind-address = 127.0.0.1
35 that actually restrict the server access to local machine only. You
36 may want to signal this in the "Granting Privleges with GRANT" section.
37
38
39 Last but not last, thankyou -> nice intro document
40 Francesco R.
41 -----BEGIN PGP SIGNATURE-----
42 Version: GnuPG v1.4.1 (MingW32)
43 Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
44
45 iD8DBQFC0tyw1wNBTLVPMuARAroiAJsHl8+M1cOD0Yq2Zlti8kVaMxDnIQCdFIke
46 NS4BndQanBMCysEuApHAwG0=
47 =dy9e
48 -----END PGP SIGNATURE-----
49
50 --
51 gentoo-dev@g.o mailing list