Changeset 234 for locker/sql
- Timestamp:
- Mar 14, 2007, 8:29:23 PM (19 years ago)
- File:
- 
          - 1 edited
 
 - 
          locker/sql/bin/get-password (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
        locker/sql/bin/get-passwordr131 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.
      
