nightmorph 06/03/11 18:26:30 Modified: mysql-upgrading.xml Log: Added <impo> about binary logfile size in mysql-upgrading, see bug 123861
Revision Changes Path 1.8 xml/htdocs/doc/en/mysql-upgrading.xml 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 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 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 Index: mysql-upgrading.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/mysql-upgrading.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- mysql-upgrading.xml 4 Jan 2006 11:26:16 -0000 1.7 +++ mysql-upgrading.xml 11 Mar 2006 18:26:30 -0000 1.8 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding="UTF-8"?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/mysql-upgrading.xml,v 1.7 2006/01/04 11:26:16 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/mysql-upgrading.xml,v 1.8 2006/03/11 18:26:30 nightmorph Exp $ --> <guide link="/doc/en/mysql-upgrading.xml"> <title>Upgrade guide to MySQL 4.1.x</title> @@ -22,8 +22,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.6</version> -<date>2006-01-04</date> +<version>1.7</version> +<date>2006-03-11</date> <chapter> <title>Upgrading from old versions of MySQL</title> @@ -138,9 +138,17 @@ </pre> <p> -Finally you can import the backup you have created during step #2: +Finally you can import the backup you have created during step #2. </p> +<impo> +The default <path>/etc/mysql/my.cnf</path> file sets binary logging +(<c>log-bin</c>) by default. This will log every single transaction that +modifies data. If run on a very large database (1GB for example), this could +create extremely large files that take up disk space rather quickly. If you +are low on space, disabling binary logging might be a good idea. +</impo> + <pre caption="Importing the SQL backup"> # <i>cat BACKUP_MYSQL_4.0.SQL \</i> <i>| mysql \</i> -- [email protected] mailing list
