How to switch off auto-checks ?

2006-08-21 Thread Marco Simon
My mysql-db starts a check tables xy fast for all tables as soon as I re-start the db-server. I didn't find a place where I can control if the db should be checked at start or not. So where can I switch of this checkings at db-server-start ? Thanks in advance Greetings Marco smime.p7s

Re: How to switch off auto-checks ?

2006-08-21 Thread Dan Buettner
Marco, it's a flag passed to mysqld on startup. Check out http://dev.mysql.com/doc/refman/5.0/en/server-options.html and look for --myisam-recover Dan On 8/21/06, Marco Simon [EMAIL PROTECTED] wrote: My mysql-db starts a check tables xy fast for all tables as soon as I re-start the