summaryrefslogtreecommitdiffstats
path: root/docs/sgml/database.sgml
diff options
context:
space:
mode:
authorbarnboy%trilobyte.net <>2001-11-21 01:36:24 +0100
committerbarnboy%trilobyte.net <>2001-11-21 01:36:24 +0100
commitb54d65e4bb69d4b71177649cf9a401a1c259afcd (patch)
tree86a7fa3bf1ad5bf0da65206084de8ad9269ffd3a /docs/sgml/database.sgml
parentb2bd185ee6b0b796c31d7c3192a166149004881c (diff)
downloadbugzilla-b54d65e4bb69d4b71177649cf9a401a1c259afcd.tar.gz
bugzilla-b54d65e4bb69d4b71177649cf9a401a1c259afcd.tar.xz
Initial conversion to XML format from SGML.
Note this is a work-in-progress. It compiles cleanly, but I am not yet submitting compiled HTML and text. There is one notable problem: nsgmls barfs on the <imagedata> tag in database.sgml during validation. openjade handles it fine. Weird.
Diffstat (limited to 'docs/sgml/database.sgml')
-rw-r--r--docs/sgml/database.sgml8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/sgml/database.sgml b/docs/sgml/database.sgml
index 7ff52134c..bf4aaf4f0 100644
--- a/docs/sgml/database.sgml
+++ b/docs/sgml/database.sgml
@@ -13,7 +13,7 @@
<para>
<mediaobject>
<imageobject>
- <imagedata fileref="../images/dbschema.jpg" format="jpg">
+ <imagedata fileref="../images/dbschema.jpg" format="JPG" />
</imageobject>
<textobject>
@@ -359,7 +359,7 @@ http://www.devshed.com/Server_Side/MySQL/
</section>
<section id="granttables">
- <title>MySQL Permissions & Grant Tables</title>
+ <title>MySQL Permissions &amp; Grant Tables</title>
<note>
<para>The following portion of documentation comes from my
@@ -480,7 +480,7 @@ mysql> GRANT
SELECT,INSERT,UPDATE,DELETE,INDEX,ALTER,CREATE,DROP,RELOAD,SHUTDOWN,PROCESS,
FILE,
ON keystone.*
- TO <$sys_dbuser name>@localhost
+ TO &lt;$sys_dbuser name>@localhost
IDENTIFIED BY '(password)'
WITH GRANT OPTION;
@@ -488,7 +488,7 @@ OR
mysql> GRANT ALL PRIVELEGES
ON keystone.*
- TO <$sys_dbuser name>@localhost
+ TO &lt;$sys_dbuser name>@localhost
IDENTIFIED BY '(password)'
WITH GRANT OPTION;