hi
i'm stuck and need some shell scripting expert
what i want to make is a script where i select data from my mysql database and for every returned record run another script with the record fields as arguments
i have that mysql part done:
mysql -u piti -ppiti -D testdb -e "SELECT IdCK, Preset FROM CKTbl WHERE IntOpen = 1 " -N -s
but the other one, run the second script, i'm not able to accomplish
any idea how to do that?
thanx
i'm stuck and need some shell scripting expert
what i want to make is a script where i select data from my mysql database and for every returned record run another script with the record fields as arguments
i have that mysql part done:
mysql -u piti -ppiti -D testdb -e "SELECT IdCK, Preset FROM CKTbl WHERE IntOpen = 1 " -N -s
but the other one, run the second script, i'm not able to accomplish
any idea how to do that?
thanx