Gentoo Archives: gentoo-doc-cvs

From: Xavier Neys <neysx@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: mysql-howto.xml
Date: Fri, 02 Dec 2005 13:16:29
Message-Id: 200512021316.jB2DGCtE007133@robin.gentoo.org
1 neysx 05/12/02 13:16:11
2
3 Modified: xml/htdocs/doc/en mysql-howto.xml
4 Log:
5 Minor changes
6
7 Revision Changes Path
8 1.4 +12 -12 xml/htdocs/doc/en/mysql-howto.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/mysql-howto.xml?rev=1.4&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/mysql-howto.xml?rev=1.4&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/mysql-howto.xml.diff?r1=1.3&r2=1.4&cvsroot=gentoo
13
14 Index: mysql-howto.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/mysql-howto.xml,v
17 retrieving revision 1.3
18 retrieving revision 1.4
19 diff -u -r1.3 -r1.4
20 --- mysql-howto.xml 26 Aug 2005 19:51:26 -0000 1.3
21 +++ mysql-howto.xml 2 Dec 2005 13:16:11 -0000 1.4
22 @@ -1,6 +1,6 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/mysql-howto.xml,v 1.3 2005/08/26 19:51:26 fox2mike Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/mysql-howto.xml,v 1.4 2005/12/02 13:16:11 neysx Exp $ -->
27
28 <guide link="/doc/en/mysql-howto.xml">
29 <title>MySQL Startup Guide</title>
30 @@ -23,8 +23,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1.1</version>
35 -<date>2005-08-27</date>
36 +<version>1.2</version>
37 +<date>2005-12-02</date>
38
39 <chapter>
40 <title>Getting Started With MySQL</title>
41 @@ -66,7 +66,7 @@
42
43 <pre caption="MySQL einfo message">
44 You might want to run:
45 -"ebuild /var/db/pkg/dev-db/mysql-[version]/mysql-[version].ebuild config"
46 +"emerge --config =dev-db/mysql-[version]"
47 if this is a new install.
48 </pre>
49
50 @@ -141,7 +141,7 @@
51 $ <i>mysql -u root -h localhost -p</i>
52 Enter password:
53 Welcome to the MySQL monitor. Commands end with ; or \g.
54 -Your MySQL connection id is 4 to server version: 4.0.24-debug
55 +Your MySQL connection id is 4 to server version: 4.0.25
56
57 Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
58
59 @@ -225,7 +225,7 @@
60 our new gentoo database, we need to select it as our current database. To do
61 so, we use the <c>USE</c> command. The <c>USE</c> command takes the name of the
62 database you wish to use as your current database. Another option is to set it
63 -on the command line after the <c>-p</c> switch. Let's go ahead and switch to
64 +on the command line after the <c>-D</c> switch. Let's go ahead and switch to
65 the gentoo database.
66 </p>
67
68 @@ -384,9 +384,9 @@
69 </p>
70
71 <pre caption="~/records.txt">
72 -John Doe johndoe@g.o portage
73 -Chris White chriswhite@g.o documentation
74 -Sam Smith samsmith@g.o amd64
75 +John Doe johndoe@g.o portage
76 +Chris White chriswhite@g.o documentation
77 +Sam Smith samsmith@g.o amd64
78 </pre>
79
80 <impo>
81 @@ -640,7 +640,7 @@
82 $ <i>mysql -u guest -h localhost -p</i>
83 Enter password:
84 Welcome to the MySQL monitor. Commands end with ; or \g.
85 -Your MySQL connection id is 6 to server version: 4.0.24-debug
86 +Your MySQL connection id is 6 to server version: 4.0.25
87
88 Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
89
90 @@ -702,7 +702,7 @@
91 $ <i>mysql -u admin -h localhost -p</i>
92 Enter password:
93 Welcome to the MySQL monitor. Commands end with ; or \g.
94 -Your MySQL connection id is 7 to server version: 4.0.24-debug
95 +Your MySQL connection id is 7 to server version: 4.0.25
96
97 Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
98
99 @@ -788,7 +788,7 @@
100 $ <i>mysql -u guest -h localhost -p</i>
101 Enter password:
102 Welcome to the MySQL monitor. Commands end with ; or \g.
103 -Youra MySQL connection id is 9 to server version: 4.0.24-debug
104 +Your MySQL connection id is 9 to server version: 4.0.25
105
106 Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
107
108
109
110
111 --
112 gentoo-doc-cvs@g.o mailing list