Re: timestamp

2005-12-18 Thread Richard AB
when a new row is appended or when a old one is updated. It seems that MySQL timestamp have changed a lot in 4.1 version. Good luck! Richard AB - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Sunday, December 18, 2005 5:03 PM Subject: timestamp hi! I'm

Re: mysqldump: getting it to dump INSERT IGNORE

2005-12-11 Thread Richard AB
Hi. Use the --insert-ignore option of mysqldump. You can type 'mysqldump --help' on command line to see all options available. Richard AB. - Original Message - From: "Michael Williams" <[EMAIL PROTECTED]> To: Sent: Sunday, December 11, 2005

Re: mysqldump: INSERTS for each individual record.

2005-12-10 Thread Richard AB
--disable-keys. The --extended-insert option is responsible for the behavior you´re getting in inserts statement. To avoid the --opt option use --skip-opt option and inform other options separately... good luck!!! Richard AB. - Original Message - From: "Michael Wil