> > >
> > > Doug Poland wrote:
> > > >
> > > > Hi,
> > > >
> > > > I'm having a dickens of a time getting mysqldump to
> > > > work. No matter what I enter, mysqldump says...
> > > >
> > > > /usr/local/mysql/bin/mysqldump: option `--databases' doesn't allow an
>argument
> > > >
The prob
On Thu, Mar 08, 2001 at 03:33:54PM -0600, Gerald L. Clark wrote:
>
> Well, I am running 3.23.33, and it works for me.
>
I'm working via ssh on an ISP's host. I wonder if there are
permissions that have to be set in order to run mysqldump.
Out of curiosity, I tried it on another ISP running MySQ
Well, I am running 3.23.33, and it works for me.
Doug Poland wrote:
>
> On Thu, Mar 08, 2001 at 03:03:43PM -0600, Gerald L. Clark wrote:
> > mysqldump --databases db1 db2 db3 ...
> >
> > Note, these are complete databases, NOT tables.
> >
> > to try it do:
> >
> > mysqldump --databases mysql
>
On Thu, Mar 08, 2001 at 03:03:43PM -0600, Gerald L. Clark wrote:
> mysqldump --databases db1 db2 db3 ...
>
> Note, these are complete databases, NOT tables.
>
> to try it do:
>
> mysqldump --databases mysql
>
I've tried that. But I tried it again anyway. This is
a screen copy...
admin:~$
mysqldump --databases db1 db2 db3 ...
Note, these are complete databases, NOT tables.
to try it do:
mysqldump --databases mysql
Doug Poland wrote:
>
> Hi,
>
> I'm having a dickens of a time getting mysqldump to
> work. No matter what I enter, mysqldump says...
>
> /usr/local/mys