Gentoo Archives: gentoo-doc-cvs

From: Jan Kundrat <jkt@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: mysql-howto.xml
Date: Wed, 13 Sep 2006 14:19:23
Message-Id: 20060913141927.1DA41646A0@smtp.gentoo.org
1 jkt 06/09/13 14:19:26
2
3 Modified: mysql-howto.xml
4 Log:
5 16:09 < honzig> hi, I found a mistake in MySQL Startup Guide [http://www.gentoo.org/doc/en/mysql-howto.xml].. SQL stands for Structured Query Language, not Standard Query Language..
6
7 Revision Changes Path
8 1.7 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.7&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/mysql-howto.xml?rev=1.7&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/mysql-howto.xml?r1=1.6&r2=1.7
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.6
18 retrieving revision 1.7
19 diff -u -r1.6 -r1.7
20 --- mysql-howto.xml 8 Aug 2006 13:45:33 -0000 1.6
21 +++ mysql-howto.xml 13 Sep 2006 14:19:26 -0000 1.7
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.6 2006/08/08 13:45:33 neysx Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/mysql-howto.xml,v 1.7 2006/09/13 14:19:26 jkt Exp $ -->
27
28 <guide link="/doc/en/mysql-howto.xml">
29 <title>MySQL Startup Guide</title>
30 @@ -23,7 +23,7 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1.4</version>
35 +<version>1.5</version>
36 <date>2006-08-08</date>
37
38 <chapter>
39 @@ -34,7 +34,7 @@
40
41 <p>
42 MySQL is a popular database server that is used in various applications. SQL
43 -stands for (S)tandard (Q)uery (L)anguage, which is what MySQL uses to
44 +stands for (S)tructured (Q)uery (L)anguage, which is what MySQL uses to
45 communicate with other programs. On top of that, MySQL has its own expanded SQL
46 functions to provide additional functionality to users. In this document, we'll
47 look at how to do the initial MySQL installation, set up databases and tables,
48
49
50
51 --
52 gentoo-doc-cvs@g.o mailing list