RE: RE: AIX recommendations

2001-05-09 Thread Paul DuBois
At 9:11 AM -0400 5/9/01, Terry Shipclark wrote: >database,sql,query > >Why does this statement not work Because you're either not reading the manual or ignoring what it says? > >LOAD DATA INFILE 'intervext.txt' into table intvext >(intid,priphone,cellphone,pager,bdmonth,bdday,datehired,Notes

RE: RE: AIX recommendations

2001-05-09 Thread Terry Shipclark
database,sql,query Why does this statement not work LOAD DATA INFILE 'intervext.txt' into table intvext (intid,priphone,cellphone,pager,bdmonth,bdday,datehired,Notes) FIELDS TERMINATED BY ';' ENCLOSED BY '"' LINES TERMINATED BY '\n'; I also tried it like this LOA

AIX recommendations

2001-05-08 Thread Lawrence Carver
Hi Darren, were you ever able to resolve the failures for tests rpl15 and rpl16 (mentioned in your 27-Apr message)? I have the same problem, when building (using gcc-2.95.3) for Solaris/SPARC 7 and 8. When I run rpl15, the mysqld-slave.err messages say -- 010508 20:50:19 Slave: con

Re: AIX recommendations

2001-04-28 Thread Sinisa Milivojevic
Darren Henderson writes: > > This note is primarily meant to stuff something into the archives in case > other people have problems compiling mysql under AIX. > > There are a number of changes that need to be made that aren't detailed in > the documentation, (some alteration to those docs could

AIX recommendations

2001-04-27 Thread Darren Henderson
This note is primarily meant to stuff something into the archives in case other people have problems compiling mysql under AIX. There are a number of changes that need to be made that aren't detailed in the documentation, (some alteration to those docs could save someone a lot of effort in the f