mysql dump not working

2003-01-17 Thread Mark Stringham
sql, query I'm trying to utilize the mysqldump utility to backup my db on a WIN2k advanced server. I'm running a BAT file with the following syntax c:\apache\mysql\binmysqldump -u uipcontent -p test c:\testdump.sql the file testdump.sql gets created in the appropriate place but the

mysql dump not working

2003-01-17 Thread Mark Stringham
sql, query I'm trying to utilize the mysqldump utility to backup my db on a WIN2k advanced server. I'm running a BAT file with the following syntax c:\apache\mysql\binmysqldump -u uipcontent -p test c:\testdump.sql the file testdump.sql gets created in the appropriate place but the

Re: mysql dump not working

2003-01-17 Thread Mark Stringham
I'm not sure what you mean but the file gets created and when I open it - there is nothing in it. Do I need the path to mysql at the beginning ? IE c:\apache\mysql\binmysqldump ? thanks MS On Fri, Jan 17, 2003 at 04:12:58PM -0700, Mark Stringham wrote: sql, query I'm trying to

Re: mysql dump not working

2003-01-17 Thread Mark Stringham
I'm not sure what you mean but the file gets created and when I open it - there is nothing in it. Do I need the path to mysql at the beginning ? IE c:\apache\mysql\binmysqldump ? thanks MS On Fri, Jan 17, 2003 at 04:12:58PM -0700, Mark Stringham wrote: sql, query I'm trying to

Re: mysql dump not working

2003-01-17 Thread Zak Greant
On Fri, Jan 17, 2003 at 04:24:37PM -0700, Mark Stringham wrote: I'm not sure what you mean but the file gets created and when I open it - there is nothing in it. Do I need the path to mysql at the beginning ? IE c:\apache\mysql\binmysqldump ? Hi Mark, To rephrase: If you run the

Re: mysql dump not working

2003-01-17 Thread Zak Greant
On Fri, Jan 17, 2003 at 04:12:58PM -0700, Mark Stringham wrote: sql, query I'm trying to utilize the mysqldump utility to backup my db on a WIN2k advanced server. I'm running a BAT file with the following syntax c:\apache\mysql\binmysqldump -u uipcontent -p test c:\testdump.sql

Re: mysql dump not working

2003-01-17 Thread Paul DuBois
At 16:27 -0700 1/17/03, Zak Greant wrote: On Fri, Jan 17, 2003 at 04:24:37PM -0700, Mark Stringham wrote: I'm not sure what you mean but the file gets created and when I open it - there is nothing in it. Do I need the path to mysql at the beginning ? IE c:\apache\mysql\binmysqldump ? Hi