Re: Help with execon and mysql

2001-07-08 Thread Peter Donald
On Mon, 9 Jul 2001 15:27, Rohit Peyyeti wrote: > > and then execute shell script with one parameter. The other way is to use > > execon on /bin/sh executable and supply -c option so your commanline > > looks like > > > > /bin/sh -c mysql -u rtest -h helix -P 3306 -prtest -D rtest < ... > > I trie

Re: Help with execon and mysql

2001-07-08 Thread Rohit Peyyeti
> and then execute shell script with one parameter. The other way is to use > execon on /bin/sh executable and supply -c option so your commanline looks > like > > /bin/sh -c mysql -u rtest -h helix -P 3306 -prtest -D rtest < ... I tried doing this, but when I execute this with sh: [slogic@helix

Re: Help with execon and mysql

2001-07-08 Thread Peter Donald
On Mon, 9 Jul 2001 14:57, Rohit Peyyeti wrote: > Hello: > > Has anyone tried using at with mysql? I have a directory in > which all the .sql files are stored. I want Ant using > or to run all of those .sql files in a directory. > > I tried using , but looks like it does not work. > This is part

Help with execon and mysql

2001-07-08 Thread Rohit Peyyeti
Hello:   Has anyone tried using at with mysql? I have a directory in which all the .sql files are stored. I want Ant using or to run all of those .sql files in a directory.   I tried using , but looks like it does not work. This is part of the build file: