#!/bin/sh
#
  MYSQL="/usr/local/mysql/bin/mysql -u root " 


$MYSQL << OK_ALL_DONE
use push20;

select * from pushhistory where destination='www';

OK_ALL_DONE
