- Timestamp:
- Sep 4, 2009, 2:42:30 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/locker/sql/bin/get-password
r1049 r1313 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)) {
Note: See TracChangeset
for help on using the changeset viewer.