Re: mysqldump from the 4.1.0-alpha

2003-08-01 Thread Maciej Bobrowski
> --opt Same as --add-drop-table --add-locks --all --quick > --extended-insert --lock-tables --disable-keys. Enabled > by default, disable with --skip-opt. Fine, --skip-opt works great. Tkanks a lot, regards, Maciej -- MySQL General Mailing List For

Re: mysqldump from the 4.1.0-alpha

2003-08-01 Thread Sergei Golubchik
Hi! On Aug 01, Maciej Bobrowski wrote: > > Hi, > > I want to backup some data from a database. In previous releases when I > backuped a database to a file I got inserts each in one line, separated > with semicolon. It was very comfortable, because I could very easy edit > the file, change someth

mysqldump from the 4.1.0-alpha

2003-08-01 Thread Maciej Bobrowski
Hi, I want to backup some data from a database. In previous releases when I backuped a database to a file I got inserts each in one line, separated with semicolon. It was very comfortable, because I could very easy edit the file, change something and give it to the database. Now after the backup