swift       08/05/19 20:35:00

  Modified:             mysql-howto.xml
  Log:
  Coding style

Revision  Changes    Path
1.8                  xml/htdocs/doc/en/mysql-howto.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/mysql-howto.xml?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/mysql-howto.xml?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/mysql-howto.xml?r1=1.7&r2=1.8

Index: mysql-howto.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/mysql-howto.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- mysql-howto.xml     13 Sep 2006 14:19:26 -0000      1.7
+++ mysql-howto.xml     19 May 2008 20:35:00 -0000      1.8
@@ -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.7 
2006/09/13 14:19:26 jkt Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/mysql-howto.xml,v 1.8 
2008/05/19 20:35:00 swift Exp $ -->
 
 <guide link="/doc/en/mysql-howto.xml">
 <title>MySQL Startup Guide</title>
@@ -563,8 +563,8 @@
 
 <note>
 <c>GRANT</c> is considered to be the way to create a user. Later versions of
-MySQL, however, do contain a <c>CREATE_USER</c> function, though <c>GRANT</c> 
is still
-preferred.
+MySQL, however, do contain a <c>CREATE_USER</c> function, though <c>GRANT</c>
+is still preferred.
 </note>
 
 <p>
@@ -584,8 +584,8 @@
 
 <note>
 If you're running MySQL to communicate data to a web application, 
<c>CREATE</c>,
-<c>SELECT</c>, <c>INSERT</c> (discussed here), <c>DELETE</c> and <c>UPDATE</c> 
-(for further infomation look up the 
+<c>SELECT</c>, <c>INSERT</c> (discussed here), <c>DELETE</c> and <c>UPDATE</c>
+(for further infomation look up the
 <uri link="http://dev.mysql.com/doc/mysql/en/grant.html";> MySQL
 Reference Manual - GRANT and REVOKE Syntax</uri> section) are the only
 permissions you will most likely need. A lot of people make the mistake of
@@ -595,12 +595,12 @@
 </note>
 
 <p>
-For our admin user, ALL will do. For the guest user, <c>SELECT</c> will be 
-sufficient for read only access. database is the database we wish the user 
-to have these permissions on. In this example, gentoo is the database. The .* 
+For our admin user, ALL will do. For the guest user, <c>SELECT</c> will be
+sufficient for read only access. database is the database we wish the user
+to have these permissions on. In this example, gentoo is the database. The .*
 means all tables. If you wanted to, you could apply per table access. user is
 the name of the user and host is the hostname the user will be accessing from.
-In most cases, this will be localhost. Finally, password is the user's 
+In most cases, this will be localhost. Finally, password is the user's
 password. Given the information, let's go ahead and create our users.
 </p>
 



-- 
[email protected] mailing list

Reply via email to