Gentoo Archives: gentoo-dev

From: Philip Webb <purslow@×××××××××.ca>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] MySQL doc [updated]
Date: Wed, 13 Jul 2005 15:55:21
Message-Id: 20050713155259.GB7169@sympatico.ca
In Reply to: Re: [gentoo-dev] MySQL doc [updated] by Chris White
1 050713 Chris White wrote:
2 > 050712 Philip Webb wrote:
3 >> Someone has already pointed out that it's 'Structured', not 'Standard'.
4
5 As ditto, it's still not corrected 050713 1132 EST.
6
7 >> under '[code list] 1.4', why do we need a root password ?
8 >> are you not setting this up as a user ? eg if I use MySQL,
9 >> it will be to manage a large database of urban transit information,
10 >> which I will do entirely inside my desktop machine
11 >> with no access to other users or to the Internet [ok: I see Sect 4 below];
12 > Fixed, init script does, actual admin login doesn't
13
14 "The configuration recommends that you change your root password
15 as soon as possible".
16
17 This remains very misleading to a novice: you need to add a sentence eg
18
19 "Note: your MySQL 'root' password is not the same as your system 'root':
20 it refers to the administrator of your MySQL installation,
21 not the admin of your whole system."
22
23 >> below '2.1', you don't explain what database 'mysql' is for;
24 > Don't see exactly where this is in reference to.
25
26 mysql> SHOW DATABASES;
27 +----------+
28 | Database |
29 +----------+
30 | mysql | <<<<<<<<<<< this one: what is it ? <<<<<<<<<<<<<
31 | test |
32 +----------+
33 2 rows in set (0.09 sec)
34
35 >> under 'Creating the tables', it looks very much like a spreadsheet:
36 >> perhaps you could point out the parallels;
37 >> can you import data directly from a spreadsheet like Open Calc ?
38 > Not sure if I quite understand this corectly.
39
40 With a spreadsheet, you have files > sheets > rows + cols = cells ;
41 with MySQL, you seem to have databases > tables > cases + fields ;
42 with both, the cells/equivalent can be formatted.
43 Is there a way to copy data between eg OO Calc & MySQL similarly ?
44
45 >> below '3.2', "most simplistic" sb "simplest" or "most straightforward";
46 > Fixed
47
48 Not yet in your public version.
49
50 >> under '3.14', why do the columns not line up in your examples ?
51 >> is this a deficiency in MySQL or a result of your desktop set-up ?
52 > not sure what you mean there, they look fine to me
53
54 Sorry, my mistake: I was misled by the variable-spaced font in Firefox.
55
56 >> One final point you don't mention: is there a GUI front-end for MySQL ?
57 > Adding a section on that right now.
58
59 Excellent ! This looks like a really useful doc.
60
61 --
62 ========================,,============================================
63 SUPPORT ___________//___, Philip Webb : purslow@××××××××××××××.ca
64 ELECTRIC /] [] [] [] [] []| Centre for Urban & Community Studies
65 TRANSIT `-O----------O---' University of Toronto
66 --
67 gentoo-dev@g.o mailing list