Re: mysqlimport remote host problem

2009-03-11 Thread René Fournier
Thanks. That works great. On 10-Mar-09, at 9:36 PM, Rob Wultsch wrote: On Tue, Mar 10, 2009 at 7:16 PM, René Fournier wrote: OK, I've managed to do the same thing with just the mysql command line program: mysql -h 192.168.0.224 -u root -p alba2 < /Backup/Latest/alba2_2009-03-10_0

Re: mysqlimport remote host problem

2009-03-11 Thread Claudio Nanni
zcat /Backup/Latest/alba2_2009-03-10_00h45m.Tuesday.sql.gz | mysql -h 192.168.0.224 -u root -p alba2 Cheers Claudio 2009/3/11 Rob Wultsch > On Tue, Mar 10, 2009 at 7:16 PM, René Fournier > wrote: > > > OK, I've managed to do the same thing with just the mysql command line > > program: > > >

Re: mysqlimport remote host problem

2009-03-10 Thread Rob Wultsch
On Tue, Mar 10, 2009 at 7:16 PM, René Fournier wrote: > OK, I've managed to do the same thing with just the mysql command line > program: > >mysql -h 192.168.0.224 -u root -p alba2 < > /Backup/Latest/alba2_2009-03-10_00h45m.Tuesday.sql > > Works great. However, the sql file is normally gz

Re: mysqlimport remote host problem

2009-03-10 Thread wultsch
info if we had ill intents. Sent from my Verizon Wireless BlackBerry -Original Message- From: Darryle Steplight Date: Tue, 10 Mar 2009 22:20:26 To: René Fournier Cc: mysql Subject: Re: mysqlimport remote host problem Hi Rene, Just a head's up. You might want to keep your use

Re: mysqlimport remote host problem

2009-03-10 Thread Darryle Steplight
Hi Rene, Just a head's up. You might want to keep your username/password credentials private. On Tue, Mar 10, 2009 at 10:16 PM, René Fournier wrote: > OK, I've managed to do the same thing with just the mysql command line > program: > >        mysql -h 192.168.0.224 -u root -p alba2 < > /Bac

Re: mysqlimport remote host problem

2009-03-10 Thread René Fournier
OK, I've managed to do the same thing with just the mysql command line program: mysql -h 192.168.0.224 -u root -p alba2 < /Backup/Latest/ alba2_2009-03-10_00h45m.Tuesday.sql Works great. However, the sql file is normally gzipped, so Can I ungzip the file on the fly (and without removi