neysx 06/08/08 13:45:33 Modified: mysql-howto.xml Log: #143118 Use emerge --config
Revision Changes Path 1.6 xml/htdocs/doc/en/mysql-howto.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/mysql-howto.xml?rev=1.6&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/mysql-howto.xml?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/mysql-howto.xml?r1=1.5&r2=1.6 Index: mysql-howto.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/mysql-howto.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- mysql-howto.xml 15 Dec 2005 15:39:41 -0000 1.5 +++ mysql-howto.xml 8 Aug 2006 13:45:33 -0000 1.6 @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/mysql-howto.xml,v 1.5 2005/12/15 15:39:41 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/mysql-howto.xml,v 1.6 2006/08/08 13:45:33 neysx Exp $ --> -<guide link="/doc/en/mysql-howto.xml"> +<guide link="/doc/en/mysql-howto.xml"> <title>MySQL Startup Guide</title> <author title="Author"> @@ -23,8 +23,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.3</version> -<date>2005-12-15</date> +<version>1.4</version> +<date>2006-08-08</date> <chapter> <title>Getting Started With MySQL</title> @@ -81,7 +81,8 @@ </p> <pre caption="MySQL configuration"> -# <i>ebuild /var/db/pkg/dev-db/mysql-[version]/mysql-[version].ebuild config</i> +<comment>(Replace [version] with the version number you have just installed.)</comment> +# <i>emerge --config =dev-db/mysql-[version]</i> * MySQL DATADIR is /var/lib/mysql * Press ENTER to create the mysql database and set proper * permissions on it, or Control-C to abort now... -- [email protected] mailing list
