savannah-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-cvs] [388] fix format


From: ineiev
Subject: [Savannah-cvs] [388] fix format
Date: Mon, 17 Jun 2019 13:26:39 -0400 (EDT)

Revision: 388
          
http://svn.savannah.gnu.org/viewvc/?view=rev&root=administration&revision=388
Author:   ineiev
Date:     2019-06-17 13:26:39 -0400 (Mon, 17 Jun 2019)
Log Message:
-----------
fix format

Modified Paths:
--------------
    trunk/sviki/RunningSavaneLocally.mdwn

Modified: trunk/sviki/RunningSavaneLocally.mdwn
===================================================================
--- trunk/sviki/RunningSavaneLocally.mdwn       2019-06-17 17:23:26 UTC (rev 
387)
+++ trunk/sviki/RunningSavaneLocally.mdwn       2019-06-17 17:26:39 UTC (rev 
388)
@@ -73,7 +73,7 @@
 
     $ wget 
https://download.savannah.nongnu.org/releases/administration/savane_demo-2019-06-11.sql.gz
 
-  ## Setup account for your account USERNAME:
+    ## Setup account for your account USERNAME:
 
     $ sudo -i
     # mysql -p
@@ -90,8 +90,9 @@
 
     Type 'help;' or '\h' for help. Type '\c' to clear the current input 
statement.
 
-  ## Create a database user.
-  ## Set `USERNAME` and `PASSWORD` to your desired values.
+    ## Create a database user.
+    ## Set `USERNAME` and `PASSWORD` to your desired values.
+
     mysql> CREATE USER 'USERNAME'@'localhost' IDENTIFIED by 'PASSWORD';
     Query OK, 0 rows affected (0.01 sec)
 
@@ -101,11 +102,12 @@
     mysql> quit;
     Bye
 
-  ## Return to non-privileged login.
+    ## Return to non-privileged login.
+
     # exit
     logout
 
-  ## Load the demo tables
+    ## Load the demo tables
     $ zcat savane_demo-2019-06-11.sql.gz | mysql --user USERNAME -p
     Enter password:
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]