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: Tue, 08 Aug 2006 13:45:50
Message-Id: 20060808134534.3F0B1647F9@smtp.gentoo.org
1 neysx 06/08/08 13:45:33
2
3 Modified: mysql-howto.xml
4 Log:
5 #143118 Use emerge --config
6
7 Revision Changes Path
8 1.6 xml/htdocs/doc/en/mysql-howto.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/mysql-howto.xml?rev=1.6&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/mysql-howto.xml?rev=1.6&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/mysql-howto.xml?r1=1.5&r2=1.6
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.5
18 retrieving revision 1.6
19 diff -u -r1.5 -r1.6
20 --- mysql-howto.xml 15 Dec 2005 15:39:41 -0000 1.5
21 +++ mysql-howto.xml 8 Aug 2006 13:45:33 -0000 1.6
22 @@ -1,8 +1,8 @@
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.5 2005/12/15 15:39:41 neysx Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/mysql-howto.xml,v 1.6 2006/08/08 13:45:33 neysx Exp $ -->
27
28 -<guide link="/doc/en/mysql-howto.xml">
29 +<guide link="/doc/en/mysql-howto.xml">
30 <title>MySQL Startup Guide</title>
31
32 <author title="Author">
33 @@ -23,8 +23,8 @@
34 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
35 <license/>
36
37 -<version>1.3</version>
38 -<date>2005-12-15</date>
39 +<version>1.4</version>
40 +<date>2006-08-08</date>
41
42 <chapter>
43 <title>Getting Started With MySQL</title>
44 @@ -81,7 +81,8 @@
45 </p>
46
47 <pre caption="MySQL configuration">
48 -# <i>ebuild /var/db/pkg/dev-db/mysql-[version]/mysql-[version].ebuild config</i>
49 +<comment>(Replace [version] with the version number you have just installed.)</comment>
50 +# <i>emerge --config =dev-db/mysql-[version]</i>
51 * MySQL DATADIR is /var/lib/mysql
52 * Press ENTER to create the mysql database and set proper
53 * permissions on it, or Control-C to abort now...
54
55
56
57 --
58 gentoo-doc-cvs@g.o mailing list