Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: mysql-upgrading.xml
Date: Sat, 11 Mar 2006 18:26:46
Message-Id: 200603111826.k2BIQVVU013340@robin.gentoo.org
1 nightmorph 06/03/11 18:26:30
2
3 Modified: mysql-upgrading.xml
4 Log:
5 Added <impo> about binary logfile size in mysql-upgrading, see bug 123861
6
7 Revision Changes Path
8 1.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.8&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.8&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.7&r2=1.8&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.7
18 retrieving revision 1.8
19 diff -u -r1.7 -r1.8
20 --- mysql-upgrading.xml 4 Jan 2006 11:26:16 -0000 1.7
21 +++ mysql-upgrading.xml 11 Mar 2006 18:26:30 -0000 1.8
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.7 2006/01/04 11:26:16 neysx Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/mysql-upgrading.xml,v 1.8 2006/03/11 18:26:30 nightmorph 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.6</version>
35 -<date>2006-01-04</date>
36 +<version>1.7</version>
37 +<date>2006-03-11</date>
38
39 <chapter>
40 <title>Upgrading from old versions of MySQL</title>
41 @@ -138,9 +138,17 @@
42 </pre>
43
44 <p>
45 -Finally you can import the backup you have created during step #2:
46 +Finally you can import the backup you have created during step #2.
47 </p>
48
49 +<impo>
50 +The default <path>/etc/mysql/my.cnf</path> file sets binary logging
51 +(<c>log-bin</c>) by default. This will log every single transaction that
52 +modifies data. If run on a very large database (1GB for example), this could
53 +create extremely large files that take up disk space rather quickly. If you
54 +are low on space, disabling binary logging might be a good idea.
55 +</impo>
56 +
57 <pre caption="Importing the SQL backup">
58 # <i>cat BACKUP_MYSQL_4.0.SQL \</i>
59 <i>| mysql \</i>
60
61
62
63 --
64 gentoo-doc-cvs@g.o mailing list