/[sshproxy]/sshproxy/INSTALL
ViewVC logotype

Diff of /sshproxy/INSTALL

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by dguerizec, Thu Aug 4 17:55:12 2005 UTC revision 1.4 by dguerizec, Thu Aug 4 19:12:42 2005 UTC
# Line 14  Now enter in the sshproxy directory. Line 14  Now enter in the sshproxy directory.
14  Install the database  Install the database
15  --------------------  --------------------
16    
17  Create a database called sshproxy. Create a user called  Issue the following commands to create the database and the
18  'sshproxy', with password 'sshproxy' (this will change in the   user sshproxy:
 future, but is hardcoded for now). Assign the USAGE rights on  
 the 'sshproxy' database for user 'sshproxy'.  
   
 Now issue the following commands:  
19    
20        mysqladmin create sshproxy
21      mysql -u root -p sshproxy < sql/sshproxy.sql      mysql -u root -p sshproxy < sql/sshproxy.sql
22      mysql -u root -p sshproxy < sql/sshproxy-user.sql      mysql -u root -p < sql/sshproxy-user.sql
23    
24  You can adjust values in the 'site' and 'user' tables to reflect  You can adjust values in the 'site' and 'user' tables to reflect
25  your own settings.  your own settings.

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26