sshproxy-dev
[Top][All Lists]
Advanced

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

[sshproxy-dev] Changes to sshproxy/INSTALL


From: David Guerizec
Subject: [sshproxy-dev] Changes to sshproxy/INSTALL
Date: Thu, 04 Aug 2005 15:12:43 -0400

Index: sshproxy/INSTALL
diff -u sshproxy/INSTALL:1.3 sshproxy/INSTALL:1.4
--- sshproxy/INSTALL:1.3        Thu Aug  4 17:55:12 2005
+++ sshproxy/INSTALL    Thu Aug  4 19:12:42 2005
@@ -14,15 +14,12 @@
 Install the database
 --------------------
 
-Create a database called sshproxy. Create a user called
-'sshproxy', with password 'sshproxy' (this will change in the
-future, but is hardcoded for now). Assign the USAGE rights on
-the 'sshproxy' database for user 'sshproxy'.
-
-Now issue the following commands:
+Issue the following commands to create the database and the
+ user sshproxy:
 
+    mysqladmin create sshproxy
     mysql -u root -p sshproxy < sql/sshproxy.sql
-    mysql -u root -p sshproxy < sql/sshproxy-user.sql
+    mysql -u root -p < sql/sshproxy-user.sql
 
 You can adjust values in the 'site' and 'user' tables to reflect
 your own settings.




reply via email to

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