Changes between Version 3 and Version 4 of Installation/LoggingIn
- Timestamp:
- Jul 23, 2011 7:04:03 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation/LoggingIn
v3 v4 26 26 27 27 {{{ 28 echo select usr_pswd from users where uid=\"<username>\" | mysql -N tbdb | pw user mod jhickey-h 0 -s /usr/local/bin/bash28 echo 'select usr_pswd from users where uid="<username>"' | mysql -N tbdb | pw user mod <username> -h 0 -s /usr/local/bin/bash 29 29 }}} 30 30