Gentoo Archives: gentoo-doc-cvs

From: Sven Vermeulen <swift@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: mysql-howto.xml
Date: Mon, 19 May 2008 20:35:04
Message-Id: E1JyC4S-0005hv-5l@stork.gentoo.org
1 swift 08/05/19 20:35:00
2
3 Modified: mysql-howto.xml
4 Log:
5 Coding style
6
7 Revision Changes Path
8 1.8 xml/htdocs/doc/en/mysql-howto.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/mysql-howto.xml?rev=1.8&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/mysql-howto.xml?rev=1.8&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/mysql-howto.xml?r1=1.7&r2=1.8
13
14 Index: mysql-howto.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/mysql-howto.xml,v
17 retrieving revision 1.7
18 retrieving revision 1.8
19 diff -u -r1.7 -r1.8
20 --- mysql-howto.xml 13 Sep 2006 14:19:26 -0000 1.7
21 +++ mysql-howto.xml 19 May 2008 20:35:00 -0000 1.8
22 @@ -1,6 +1,6 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/mysql-howto.xml,v 1.7 2006/09/13 14:19:26 jkt Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/mysql-howto.xml,v 1.8 2008/05/19 20:35:00 swift Exp $ -->
27
28 <guide link="/doc/en/mysql-howto.xml">
29 <title>MySQL Startup Guide</title>
30 @@ -563,8 +563,8 @@
31
32 <note>
33 <c>GRANT</c> is considered to be the way to create a user. Later versions of
34 -MySQL, however, do contain a <c>CREATE_USER</c> function, though <c>GRANT</c> is still
35 -preferred.
36 +MySQL, however, do contain a <c>CREATE_USER</c> function, though <c>GRANT</c>
37 +is still preferred.
38 </note>
39
40 <p>
41 @@ -584,8 +584,8 @@
42
43 <note>
44 If you're running MySQL to communicate data to a web application, <c>CREATE</c>,
45 -<c>SELECT</c>, <c>INSERT</c> (discussed here), <c>DELETE</c> and <c>UPDATE</c>
46 -(for further infomation look up the
47 +<c>SELECT</c>, <c>INSERT</c> (discussed here), <c>DELETE</c> and <c>UPDATE</c>
48 +(for further infomation look up the
49 <uri link="http://dev.mysql.com/doc/mysql/en/grant.html"> MySQL
50 Reference Manual - GRANT and REVOKE Syntax</uri> section) are the only
51 permissions you will most likely need. A lot of people make the mistake of
52 @@ -595,12 +595,12 @@
53 </note>
54
55 <p>
56 -For our admin user, ALL will do. For the guest user, <c>SELECT</c> will be
57 -sufficient for read only access. database is the database we wish the user
58 -to have these permissions on. In this example, gentoo is the database. The .*
59 +For our admin user, ALL will do. For the guest user, <c>SELECT</c> will be
60 +sufficient for read only access. database is the database we wish the user
61 +to have these permissions on. In this example, gentoo is the database. The .*
62 means all tables. If you wanted to, you could apply per table access. user is
63 the name of the user and host is the hostname the user will be accessing from.
64 -In most cases, this will be localhost. Finally, password is the user's
65 +In most cases, this will be localhost. Finally, password is the user's
66 password. Given the information, let's go ahead and create our users.
67 </p>
68
69
70
71
72 --
73 gentoo-doc-cvs@l.g.o mailing list