Gentoo Archives: gentoo-doc-cvs

From: Xavier Neys <neysx@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: mysql-upgrading.xml
Date: Wed, 04 Jan 2006 11:26:32
Message-Id: 200601041126.k04BQHFv013337@robin.gentoo.org
1 neysx 06/01/04 11:26:16
2
3 Modified: xml/htdocs/doc/en mysql-upgrading.xml
4 Log:
5 #117610 Quote password
6
7 Revision Changes Path
8 1.7 +8 -8 xml/htdocs/doc/en/mysql-upgrading.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/mysql-upgrading.xml?rev=1.7&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/mysql-upgrading.xml?rev=1.7&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/mysql-upgrading.xml.diff?r1=1.6&r2=1.7&cvsroot=gentoo
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.6
18 retrieving revision 1.7
19 diff -u -r1.6 -r1.7
20 --- mysql-upgrading.xml 21 Dec 2005 11:03:31 -0000 1.6
21 +++ mysql-upgrading.xml 4 Jan 2006 11:26:16 -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-upgrading.xml,v 1.6 2005/12/21 11:03:31 neysx Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/mysql-upgrading.xml,v 1.7 2006/01/04 11:26:16 neysx Exp $ -->
27
28 <guide link="/doc/en/mysql-upgrading.xml">
29 <title>Upgrade guide to MySQL 4.1.x</title>
30 @@ -22,8 +22,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1.5</version>
35 -<date>2005-12-21</date>
36 +<version>1.6</version>
37 +<date>2006-01-04</date>
38
39 <chapter>
40 <title>Upgrading from old versions of MySQL</title>
41 @@ -57,7 +57,7 @@
42 <pre caption="Dump of all databases">
43 # <i>mysqldump \</i>
44 <i>-uroot \</i>
45 - <i>--password=</i><comment>your_password</comment><i> \</i>
46 + <i>--password=</i><comment>'your_password'</comment><i> \</i>
47 <i>-hlocalhost \</i>
48 <i>--all-databases \</i>
49 <i>--opt \</i>
50 @@ -145,14 +145,14 @@
51 # <i>cat BACKUP_MYSQL_4.0.SQL \</i>
52 <i>| mysql \</i>
53 <i>-uroot \</i>
54 - <i>--password=</i><comment>your_password</comment><i> \</i>
55 + <i>--password=</i><comment>'your_password'</comment><i> \</i>
56 <i>-hlocalhost \</i>
57 <i>--max_allowed_packet=16M</i>
58
59 # <i>mysql_fix_privilege_tables \</i>
60 <i>--defaults-file=/etc/mysql/my.cnf \</i>
61 <i>--user=root \</i>
62 - <i>--password=</i><comment>your_password</comment><i></i>
63 + <i>--password=</i><comment>'your_password'</comment><i></i>
64 </pre>
65
66 <p>
67 @@ -219,8 +219,8 @@
68 # <i>revdep-rebuild</i>
69 # <i>/etc/init.d/mysql start</i>
70 # <i>mysql_fix_privilege_tables --defaults-file=/etc/mysql/my.cnf \</i>
71 - <i>-uroot --password=</i><comment>your_password</comment><i></i>
72 -# <i>mysql --database=mysql -uroot --password=</i><comment>your_password</comment><i> &lt; /tmp/new_pieces.sql</i>
73 + <i>-uroot --password=</i><comment>'your_password'</comment><i></i>
74 +# <i>mysql --database=mysql -uroot --password=</i><comment>'your_password'</comment><i> &lt; /tmp/new_pieces.sql</i>
75 # <i>/etc/init.d/mysql restart</i> # just to be sure
76 </pre>
77
78
79
80
81 --
82 gentoo-doc-cvs@g.o mailing list