Changeset 1414 for branches/locker-dev/locker/sql/bin
- Timestamp:
- Jan 12, 2010, 11:55:27 PM (15 years ago)
- Location:
- branches/locker-dev/locker
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/locker-dev/locker
-
Property
svn:mergeinfo
set to
False
/trunk/locker merged eligible
-
Property
svn:mergeinfo
set to
False
-
branches/locker-dev/locker/sql/bin/get-password
r1049 r1414 48 48 case 1: 49 49 $myPassword = `/usr/bin/sql-signup`; 50 file_put_contents($cnfPath, "[ mysql]\nhost=$host\nuser=$env_user\npassword=$myPassword\n");50 file_put_contents($cnfPath, "[client]\nhost=$host\nuser=$env_user\npassword=$myPassword\n"); 51 51 $cnfinfo = getMyCnfInfo($cnfPath); 52 52 if (is_array($cnfinfo)) { -
branches/locker-dev/locker/sql/bin/save-password
r382 r1414 8 8 rm -f $lroot/.sql/my.cnf $lroot/.my.cnf 9 9 10 echo "[ mysql]10 echo "[client] 11 11 host=sql.mit.edu 12 12 user=$sqluser
Note: See TracChangeset
for help on using the changeset viewer.