Are you using full path for every file?
Are you sure you've got the correct syntax to MySQL doesn't prompt you for
the password?
Any messages in your HTTP error_log file?
Use the optional args to exec() to get back any output and also an error
code, and then use man errno to look up the error code.
--
WARNING [EMAIL PROTECTED] address is an endangered species -- Use
[EMAIL PROTECTED]
Wanna help me out? Like Music? Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm
----- Original Message -----
From: Taz <[EMAIL PROTECTED]>
Newsgroups: php.general
To: <[EMAIL PROTECTED]>
Sent: Monday, September 03, 2001 9:58 AM
Subject: Fw: [PHP] Re: probs with exec, pls help (still again)
>
>
>
>
> > Hi
> >
> > I've put the full path in for mysql, i've included -h -u -p and included
> the
> > paths of the txt & table files
> >
> > Still don't work.
> >
> > I'm logged in as root, working on my own box (linux) .
> > I'm really struggling with this one.
> > Has anyone out there done this ??
> >
> > Many TIA
> > Terry
> > ----- Original Message -----
> > From: "_lallous" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Monday, September 03, 2001 9:24 AM
> > Subject: [PHP] Re: probs with exec, pls help
> >
> >
> > > should'nt I guess....
> > > I should at least specify full path of mysqlimport as in:
> > > exec("/usr/local/mysql/bin/mysqlimport -u -p dada dasda")
> > >
> > > "Taz" <[EMAIL PROTECTED]> wrote in message
> > > 002801c133f3$1e2204e0$0feafea9@reynolds">news:002801c133f3$1e2204e0$0feafea9@reynolds...
> > > Should this work, if not, why not
> > >
> > > <?php exec("mysqlimport -u root -ppasword test one.txt") ?>
> > >
> > > the import works fine from the command line
> > >
> > > TIA
> > > Terry
> > >
> > >
> > >
> > >
> > >
> > >
> > > --
> > > PHP General Mailing List (http://www.php.net/)
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > To contact the list administrators, e-mail:
[EMAIL PROTECTED]
> > >
> > >
> >
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]