Search squid archive

Re: bash/mysql script not working

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Osmany Goderich wrote:
Hi everyone,

Please have a look at this bash/mysql external helper. Can anyone tell me
why is it not working?

#/bin/bash

Maybe

#!/bin/bash

instead of

#/bin/bash

Just a first guess to begin...

connect="mysql -h 127.0.0.1 -b squid -u squid -p password -e"
url="%DST"
while read $url
do
if [ $connect "select site from porn where site='$url'" ]
then
echo OK
else
echo ERR
fi
done

is there anyway I can test this directly on the server's shell




[Index of Archives]     [Linux Audio Users]     [Samba]     [Big List of Linux Books]     [Linux USB]     [Yosemite News]

  Powered by Linux