Gentoo Archives: gentoo-doc-cvs

From: Lukasz Damentko <rane@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: mysql-upgrading.xml
Date: Mon, 04 Jun 2007 11:04:09
Message-Id: E1HvALn-00084G-Hw@stork.gentoo.org
1 rane 07/06/04 11:03:51
2
3 Modified: mysql-upgrading.xml
4 Log:
5 removing a useless quotation mark, thanks to stawrul on irc for reporting
6
7 Revision Changes Path
8 1.21 xml/htdocs/doc/en/mysql-upgrading.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/mysql-upgrading.xml?rev=1.21&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/mysql-upgrading.xml?rev=1.21&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/mysql-upgrading.xml?r1=1.20&r2=1.21
13
14 Index: mysql-upgrading.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/mysql-upgrading.xml,v
17 retrieving revision 1.20
18 retrieving revision 1.21
19 diff -u -r1.20 -r1.21
20 --- mysql-upgrading.xml 17 May 2007 22:25:45 -0000 1.20
21 +++ mysql-upgrading.xml 4 Jun 2007 11:03:51 -0000 1.21
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-upgrading.xml,v 1.20 2007/05/17 22:25:45 rane Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/mysql-upgrading.xml,v 1.21 2007/06/04 11:03:51 rane Exp $ -->
27
28 <guide link="/doc/en/mysql-upgrading.xml">
29 <title>Upgrade guide to MySQL 4.* or 5.0.*</title>
30 @@ -22,8 +22,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1.16</version>
35 -<date>2007-01-06</date>
36 +<version>1.17</version>
37 +<date>2007-06-04</date>
38
39 <chapter>
40 <title>Straight upgrade, suggested for 4.1 =&gt; 5.0 migration</title>
41 @@ -56,7 +56,7 @@
42 <i>| sed -e 's|datadir[ \t]||')</i>
43
44 <comment>(This next step should be done in the second shell)</comment>
45 -# <i>mysql --user=root --password=</i><comment>'your_password'</comment><i>"</i>
46 +# <i>mysql --user=root --password=</i><comment>'your_password'</comment>
47 mysql&gt; <i>FLUSH TABLES WITH READ LOCK;</i>
48
49 <comment>(Return to the first shell to run this command)</comment>
50
51
52
53 --
54 gentoo-doc-cvs@g.o mailing list