--- slurm/doc/html/accounting.shtml	2011-06-08 10:35:58.000000000 -0700
+++ /app/slurm/dld/slurm-2.2.6/doc/html/accounting.shtml	2011-05-27 11:24:37.000000000 -0700
@@ -407,38 +407,23 @@
 mysql> grant all on slurm_acct_db.* TO 'slurm'@'localhost';
 Query OK, 0 rows affected (0.00 sec)
 
-You may also need to do the same with the system name in order 
-for mysql to work correctly.  
-
-mysql> grant all on slurm_acct_db.* TO 'slurm'@'system0';
-Query OK, 0 rows affected (0.00 sec)
-where system0 is the localhost or database storage host
-
 or with a password...
 
 mysql> grant all on slurm_acct_db.* TO 'slurm'@'localhost'
     -> identified by 'some_pass' with grant option;
 Query OK, 0 rows affected (0.00 sec)
-
-The same is true in the case, you made to do the same with the 
-system name
-
-mysql> grant all on slurm_acct_db.* TO 'slurm'@'system0'
-    -> identified by 'some_pass' with grant option;
-where system0 is the localhost name or database Storage host
-
 </pre>
 
 <p>This will grant user 'slurm' access to do what it needs to do on
-the local host or the storage host system.  This should be done 
-before the SlurmDBD will work properly. After you grant permission
- to the Slurm user in mysql then you can start SlurmDBD and Slurm. 
- You start SlurmDBD by typing 'slurmdbd'. You can verify that 
- SlurmDBD is running by typing 'ps aux | grep slurmdbd'. After 
- SlurmDBD and the slurmctld start you can verify that the database
-was created by using the mysql command 'show databases;'. You can
-display the tables that slurm created in the database by using 
-the mysql command 'use slurm_acct_db;' and then 'show tables;'.</p>
+the local host. This should be done before the SlurmDBD will work
+properly. After you grant permission to the Slurm user in mysql then
+you can start SlurmDBD and Slurm. You start SlurmDBD by typing
+'slurmdbd'. You can verify that SlurmDBD is running by typing 'ps aux
+| grep slurmdbd'. After SlurmDBD and the slurmctld start you can
+verify that the database was created by using the mysql command 'show
+databases;'. You can display the tables that slurm created in the
+database by using the mysql command 'use slurm_acct_db;' and then 'show
+tables;'.</p>
 
 <p>Use the mysql 'show databases;' command</p>
 
