yoswink 06/02/01 23:33:41 Modified: xml/htdocs/doc/en mysql-upgrade-slotted.xml Log: <vivo> following mysql eclass socket path change
Revision Changes Path 1.5 +4 -3 xml/htdocs/doc/en/mysql-upgrade-slotted.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/mysql-upgrade-slotted.xml?rev=1.5&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/mysql-upgrade-slotted.xml?rev=1.5&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/mysql-upgrade-slotted.xml.diff?r1=1.4&r2=1.5&cvsroot=gentoo Index: mysql-upgrade-slotted.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/mysql-upgrade-slotted.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- mysql-upgrade-slotted.xml 30 Jan 2006 22:05:32 -0000 1.4 +++ mysql-upgrade-slotted.xml 1 Feb 2006 23:33:41 -0000 1.5 @@ -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-upgrade-slotted.xml,v 1.4 2006/01/30 22:05:32 jkt Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/mysql-upgrade-slotted.xml,v 1.5 2006/02/01 23:33:41 yoswink Exp $ --> <guide link="/doc/en/mysql-upgrade-slotted.xml"> <title>Slotted MySQL Upgrade and Migration Guide</title> @@ -27,8 +27,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>2</version> -<date>2006-01-30</date> +<version>2.1</version> +<date>2006-02-02</date> <chapter> <title>Upgrading Older MySQL Versions</title> @@ -160,6 +160,7 @@ mysql_slot_500=( "skip-networking" "skip-grant-tables" + "socket=/tmp/mysqld.sock" ) EOF</i> # <i>/etc/init.d/mysql start</i> -- [email protected] mailing list
