neysx 05/12/02 13:16:11 Modified: xml/htdocs/doc/en mysql-howto.xml Log: Minor changes
Revision Changes Path 1.4 +12 -12 xml/htdocs/doc/en/mysql-howto.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/mysql-howto.xml?rev=1.4&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/mysql-howto.xml?rev=1.4&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/mysql-howto.xml.diff?r1=1.3&r2=1.4&cvsroot=gentoo Index: mysql-howto.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/mysql-howto.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- mysql-howto.xml 26 Aug 2005 19:51:26 -0000 1.3 +++ mysql-howto.xml 2 Dec 2005 13:16:11 -0000 1.4 @@ -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-howto.xml,v 1.3 2005/08/26 19:51:26 fox2mike Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/mysql-howto.xml,v 1.4 2005/12/02 13:16:11 neysx Exp $ --> <guide link="/doc/en/mysql-howto.xml"> <title>MySQL Startup Guide</title> @@ -23,8 +23,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.1</version> -<date>2005-08-27</date> +<version>1.2</version> +<date>2005-12-02</date> <chapter> <title>Getting Started With MySQL</title> @@ -66,7 +66,7 @@ <pre caption="MySQL einfo message"> You might want to run: -"ebuild /var/db/pkg/dev-db/mysql-[version]/mysql-[version].ebuild config" +"emerge --config =dev-db/mysql-[version]" if this is a new install. </pre> @@ -141,7 +141,7 @@ $ <i>mysql -u root -h localhost -p</i> Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. -Your MySQL connection id is 4 to server version: 4.0.24-debug +Your MySQL connection id is 4 to server version: 4.0.25 Type 'help;' or '\h' for help. Type '\c' to clear the buffer. @@ -225,7 +225,7 @@ our new gentoo database, we need to select it as our current database. To do so, we use the <c>USE</c> command. The <c>USE</c> command takes the name of the database you wish to use as your current database. Another option is to set it -on the command line after the <c>-p</c> switch. Let's go ahead and switch to +on the command line after the <c>-D</c> switch. Let's go ahead and switch to the gentoo database. </p> @@ -384,9 +384,9 @@ </p> <pre caption="~/records.txt"> -John Doe [EMAIL PROTECTED] portage -Chris White [EMAIL PROTECTED] documentation -Sam Smith [EMAIL PROTECTED] amd64 +John Doe [EMAIL PROTECTED] portage +Chris White [EMAIL PROTECTED] documentation +Sam Smith [EMAIL PROTECTED] amd64 </pre> <impo> @@ -640,7 +640,7 @@ $ <i>mysql -u guest -h localhost -p</i> Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. -Your MySQL connection id is 6 to server version: 4.0.24-debug +Your MySQL connection id is 6 to server version: 4.0.25 Type 'help;' or '\h' for help. Type '\c' to clear the buffer. @@ -702,7 +702,7 @@ $ <i>mysql -u admin -h localhost -p</i> Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. -Your MySQL connection id is 7 to server version: 4.0.24-debug +Your MySQL connection id is 7 to server version: 4.0.25 Type 'help;' or '\h' for help. Type '\c' to clear the buffer. @@ -788,7 +788,7 @@ $ <i>mysql -u guest -h localhost -p</i> Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. -Youra MySQL connection id is 9 to server version: 4.0.24-debug +Your MySQL connection id is 9 to server version: 4.0.25 Type 'help;' or '\h' for help. Type '\c' to clear the buffer. -- [email protected] mailing list
