From b54d65e4bb69d4b71177649cf9a401a1c259afcd Mon Sep 17 00:00:00 2001 From: "barnboy%trilobyte.net" <> Date: Wed, 21 Nov 2001 00:36:24 +0000 Subject: 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 tag in database.sgml during validation. openjade handles it fine. Weird. --- docs/xml/database.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/xml/database.xml') diff --git a/docs/xml/database.xml b/docs/xml/database.xml index 7ff52134c..bf4aaf4f0 100644 --- a/docs/xml/database.xml +++ b/docs/xml/database.xml @@ -13,7 +13,7 @@ - + @@ -359,7 +359,7 @@ http://www.devshed.com/Server_Side/MySQL/
- MySQL Permissions & Grant Tables + MySQL Permissions & Grant Tables 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 <$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 <$sys_dbuser name>@localhost IDENTIFIED BY '(password)' WITH GRANT OPTION; -- cgit v1.2.3-24-g4f1b