load data infile and warnings

2002-06-13 Thread Oliver Vecernik
Hi, I imported a text file and got following results: mysql> load data local infile 'update.txt' into table PLZV lines terminated by '\r\n' ignore 2 lines; Query OK, 46658 rows affected (0.66 sec) Records: 46658 Deleted: 0 Skipped: 0 Warnings: 4 Where are the warnings stored? Can I find out

Re: Replication zwischen MYSQL und MS Access 97(2000)

2002-06-12 Thread Oliver Vecernik
N. Ott wrote: > Hallo > Gibt es eine Möglichkeit meine vorhandene Access DB mit einer MYSQL DB > zu syncronisieren. > Das möglichst automatisch oder per Zeitauftrag. > Beim aktualisieren zwischen 2 Access Replikaten kommt ein Konflict > Manager zum tragen. > Gibt's ähnliches zwischen MYSQL und Acc

Re: Autocommit

2002-06-11 Thread Oliver Vecernik
Serge Paquin wrote: > Hello, > > I am setting up mysqld-max with InnoDB Tables. How can I set autocommit to >off? I want this a global option for the DBMS. Did you read the docs? There is even an example (chapter 7.5.8.6). Oliver --