Changeset 234 for locker/sql/bin/get-password
- Timestamp:
- Mar 14, 2007, 8:29:23 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
locker/sql/bin/get-password
r131 r234 36 36 case 1: 37 37 $myPassword = `/usr/bin/sql-signup`; 38 file_put_contents($cnfPath, "[mysql]\nhost=$host\nuser=$env_user\npassword=$myPassword ");38 file_put_contents($cnfPath, "[mysql]\nhost=$host\nuser=$env_user\npassword=$myPassword\n"); 39 39 $cnfinfo = getMyCnfInfo($cnfPath); 40 40 if (is_array($cnfinfo)) {
Note: See TracChangeset
for help on using the changeset viewer.