Re: myisamchk vs. mysqlcheck

2003-02-15 Thread Stefan Hinz
Mark, > Is the only reason for this the fact that I have mysql running? Are > mysqlcheck and myisamchk doing the exact same thing. Or are > there scenarios in which one reports errors and the other doesn't. mysqlcheck and myisamchk are doing the same things _basically_. mysqlcheck does all the op

Re: myisamchk vs mysqlcheck

2001-12-27 Thread Sergei Golubchik
Hi! On Dec 27, Thomas Spahni wrote: > Hi everyone > > I am using 3.23.39 and newer on Linux and do: > > me> mysqladmin flush-tables > me> myisamchk --keys-used=0 -rq /path/to/db/tbl_name > > before inserting lots of data (15 mio rows) with LOAD DATA INFILE > > and then re-create the indexes w