Mailinglisten-Archive |
> Das Programm mysqldump? Steht doch im Titel Und welche Programm-Version verwendest du? Wie sieht dein mysqldump-Aufruf aus? > >> nach einem Update erzeugt mein Backupprogramm nur noch alle inserts in > >> einem Statement > > Was für ein Update? Programm? Script? Ich frage noch einmal: Was für ein Update? Wo von? > >> Früher hat er für jedes Insert ein extra Statement generiert In Ermangelung genauerer Angaben bleibt mir ersteinmal nur ein Schuss ins Blaue: http://dev.mysql.com/doc/refman/4.1/en/mysqldump.html <Zitat> Posted by Stefan Rindeskar on September 7 2004 4:31pm Notice that from 4.1 the default behaviour for mysqldump has changed. In 4.0 all variables was FALSE by default and you could for example use the short -e to start using extended inserts. In 4.1 this and several other mysql specific variables are set to TRUE by default. If you want to set them to FALSE again you have two choices: Either create a default file where you turn of the variables that you choose. Or you can use the long variable name combined with a value like this: mysqldump --extended-insert=FALSE This works for all variables that controls the behaviour of mysqldump which can be found at the end of a "mysqldump --help" listing. </Zitat -- Sven
php::bar PHP Wiki - Listenarchive