What do you get if you run:

echo exec("mysql -h hhh -u uuu -pppp <test.php",$out,$bin);




On 10/25/06, Gert Cuykens <[EMAIL PROTECTED]> wrote:

actually something like 'asdadsuiashdiasdh' :) test.php is just some
text file i maybe should have renamed it to test.txt sorry.

But the thing is i dont get any feedback like 'cant connect to host'
or 'invalid sql' etc.

exec(mysqldump...) works but exec(mysql...) doesnt

On 10/25/06, David Giragosian <[EMAIL PROTECTED]> wrote:
> What is the SQL you are running in test.php?
>
> David
>
>
> On 10/25/06, Gert Cuykens <[EMAIL PROTECTED]> wrote:
> >
> > i do not get any output from mysql except form echo $bin that displays
1 ?
> > <?php
> > exec("mysql -h hhh -u uuu -pppp < test.php",$out,$bin);
> > print_r($out);
> > echo $bin;
> > ?>
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> >
>
>

Reply via email to