rane 07/06/04 11:03:51 Modified: mysql-upgrading.xml Log: removing a useless quotation mark, thanks to stawrul on irc for reporting
Revision Changes Path 1.21 xml/htdocs/doc/en/mysql-upgrading.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/mysql-upgrading.xml?rev=1.21&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/mysql-upgrading.xml?rev=1.21&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/mysql-upgrading.xml?r1=1.20&r2=1.21 Index: mysql-upgrading.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/mysql-upgrading.xml,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- mysql-upgrading.xml 17 May 2007 22:25:45 -0000 1.20 +++ mysql-upgrading.xml 4 Jun 2007 11:03:51 -0000 1.21 @@ -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.20 2007/05/17 22:25:45 rane Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/mysql-upgrading.xml,v 1.21 2007/06/04 11:03:51 rane Exp $ --> <guide link="/doc/en/mysql-upgrading.xml"> <title>Upgrade guide to MySQL 4.* or 5.0.*</title> @@ -22,8 +22,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.16</version> -<date>2007-01-06</date> +<version>1.17</version> +<date>2007-06-04</date> <chapter> <title>Straight upgrade, suggested for 4.1 => 5.0 migration</title> @@ -56,7 +56,7 @@ <i>| sed -e 's|datadir[ \t]||')</i> <comment>(This next step should be done in the second shell)</comment> -# <i>mysql --user=root --password=</i><comment>'your_password'</comment><i>"</i> +# <i>mysql --user=root --password=</i><comment>'your_password'</comment> mysql> <i>FLUSH TABLES WITH READ LOCK;</i> <comment>(Return to the first shell to run this command)</comment> -- [EMAIL PROTECTED] mailing list
