Re: mysqldump command error

2004-03-26 Thread Egor Egorov
"joe collins" <[EMAIL PROTECTED]> wrote: > I have read the documentation on the MySQLDump, but have been unable to > launch a mysql dump. > Is the dump performed while logged on to the database that you want to > dump, or do you log onto the machine where the database is and specify > which databas

Re: mysqldump command error

2004-03-26 Thread Bernard Clement
Hello Joe, mysqldump is a seperate programto be execute at the system prompt. Therefore it is not to be run under the mysql prompt. Bernard On Friday 26 March 2004 06:09, joe collins wrote: > I have read the documentation on the MySQLDump, but have been unable to > launch a mysql dump. > Is t

mysqldump command error

2004-03-26 Thread joe collins
I have read the documentation on the MySQLDump, but have been unable to launch a mysql dump. Is the dump performed while logged on to the database that you want to dump, or do you log onto the machine where the database is and specify which database you want to dump?. I have looked at and applied